openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ToolSearchOutputItemParam

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)