AzureAISearchTool interface

輸入定義資訊用於配置代理時使用的 Azure AI search 工具。

Extends

屬性

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"