你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureAISearchTool interface

用于配置代理的Azure AI search工具的输入定义信息。

扩展

属性

azure_ai_search

Azure AI 搜索索引资源。

description

Deprecated. 该属性已被弃用,未来版本中将被移除。

name

Deprecated. 该属性已被弃用,未来版本中将被移除。

tool_configs

Deprecated. 该属性已被弃用,未来版本中将被移除。

type

对象类型,始终为“azure_ai_search”。

属性详细信息

Azure AI 搜索索引资源。

azure_ai_search: AzureAISearchToolResource

属性值

description

Deprecated. 该属性已被弃用,未来版本中将被移除。

description?: string

属性值

string

name

Deprecated. 该属性已被弃用,未来版本中将被移除。

name?: string

属性值

string

tool_configs

Deprecated. 该属性已被弃用,未来版本中将被移除。

tool_configs?: Record<string, ToolConfig>

属性值

Record<string, ToolConfig>

type

对象类型,始终为“azure_ai_search”。

type: "azure_ai_search"

属性值

"azure_ai_search"