RunStepAzureAISearchToolCallOutput interface
A record of a call to an Azure AI Search tool, issued by the model in evaluation of a defined tool, that represents executed Azure AI search.
- Extends
Properties
azure |
Reserved for future use. |
type | The object type, which is always 'azure_ai_search'. |
Inherited Properties
id | The ID of the tool call. This ID must be referenced when you submit tool outputs. |
Property Details
azureAISearch
Reserved for future use.
azureAISearch: Record<string, string>
Property Value
Record<string, string>
type
The object type, which is always 'azure_ai_search'.
type: "azure_ai_search"
Property Value
"azure_ai_search"
Inherited Property Details
id
The ID of the tool call. This ID must be referenced when you submit tool outputs.
id: string
Property Value
string
Inherited From RunStepToolCallOutputParent.id