# FunctionToolCallResource
## Properties
**id** | **String** | The unique ID of the function tool call. |
**r#type** | **String** | The type of the function tool call. Always `function_call`. |
**call_id** | **String** | The unique ID of the function tool call generated by the model. |
**namespace** | Option<**String**> | The namespace of the function to run. | [optional]
**name** | **String** | The name of the function to run. |
**arguments** | **String** | A JSON string of the arguments to pass to the function. |
**status** | [**models::FunctionCallStatus**](FunctionCallStatus.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)