# ToolSearchOutputItemParam
## Properties
**id** | Option<**String**> | The unique ID of this tool search output. | [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_output`. |
**execution** | Option<[**models::ToolSearchExecutionType**](ToolSearchExecutionType.md)> | | [optional]
**tools** | [**Vec<models::Tool>**](Tool.md) | The loaded tool definitions returned by the tool search output. |
**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)