# FunctionShellCallOutput
## Properties
**r#type** | **String** | The type of the shell call output. Always `shell_call_output`. |
**id** | **String** | The unique ID of the shell call output. Populated when this item is returned via API. |
**call_id** | **String** | The unique ID of the shell tool call generated by the model. |
**status** | [**models::LocalShellCallOutputStatusEnum**](LocalShellCallOutputStatusEnum.md) | |
**output** | [**Vec<models::FunctionShellCallOutputContent>**](FunctionShellCallOutputContent.md) | An array of shell call output contents |
**max_output_length** | Option<**i32**> | The maximum length of the shell command output. This is generated by the model and should be passed back with the raw output. |
**created_by** | Option<**String**> | The identifier of the actor that created the item. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)