Package version:

Interface AzureAISearchToolDefinition

The input definition information for an Azure AI search tool as used to configure an agent.

interface AzureAISearchToolDefinition {
    type: "azure_ai_search";
}

Hierarchy (view full)

Properties

Properties

type

The object type, which is always 'azure_ai_search'.