# ToolSearchOutput
## Properties
**r#type** | **String** | The type of the item. Always `tool_search_output`. |
**id** | **String** | The unique ID of the tool search output item. |
**call_id** | Option<**String**> | The unique ID of the tool search call generated by the model. |
**execution** | [**models::ToolSearchExecutionType**](ToolSearchExecutionType.md) | |
**tools** | [**Vec<models::Tool>**](Tool.md) | The loaded tool definitions returned by tool search. |
**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)