Package version:

Interface RunStepAzureAISearchToolCall

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.

interface RunStepAzureAISearchToolCall {
    azureAISearch: Record<string, string>;
    id: string;
    type: "azure_ai_search";
}

Hierarchy (view full)

Properties

Properties

azureAISearch: Record<string, string>

Reserved for future use.

id: string

The ID of the tool call. This ID must be referenced when you submit tool outputs.

type

The object type, which is always 'azure_ai_search'.