# ToolSearchCallItemParam
## Properties
**id** | Option<**String**> | The unique ID of this tool search call. | [optional]
**call_id** | Option<**String**> | The unique ID of the tool search call generated by the model. | [optional]
**r#type** | **String** | The item type. Always `tool_search_call`. |
**execution** | Option<[**models::ToolSearchExecutionType**](ToolSearchExecutionType.md)> | | [optional]
**arguments** | [**serde_json::Value**](.md) | |
**status** | Option<[**models::FunctionCallItemStatus**](FunctionCallItemStatus.md)> | | [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)