AzureAISearchTool interface
The input definition information for an Azure AI search tool as used to configure an agent.
- Extends
Properties
| azure_ai_search | The azure ai search index resource. |
| description | Deprecated. This property is deprecated and will be removed in a future version. |
| name | Deprecated. This property is deprecated and will be removed in a future version. |
| tool_configs | Deprecated. This property is deprecated and will be removed in a future version. |
| type | The object type, which is always 'azure_ai_search'. |
Property Details
azure_ai_search
The azure ai search index resource.
azure_ai_search: AzureAISearchToolResource
Property Value
description
Deprecated. This property is deprecated and will be removed in a future version.
description?: string
Property Value
string
name
Deprecated. This property is deprecated and will be removed in a future version.
name?: string
Property Value
string
tool_configs
Deprecated. This property is deprecated and will be removed in a future version.
tool_configs?: Record<string, ToolConfig>
Property Value
Record<string, ToolConfig>
type
The object type, which is always 'azure_ai_search'.
type: "azure_ai_search"
Property Value
"azure_ai_search"