# FunctionToolCallOutputResource
## Properties
**id** | **String** | The unique ID of the function call tool output. |
**r#type** | **String** | The type of the function tool call output. Always `function_call_output`. |
**call_id** | **String** | The unique ID of the function tool call generated by the model. |
**output** | [**models::FunctionToolCallOutputOutput**](FunctionToolCallOutputOutput.md) | |
**status** | [**models::FunctionCallOutputStatusEnum**](FunctionCallOutputStatusEnum.md) | |
**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)