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

ToolResources interface

A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example, the code_interpreter tool requires a list of file IDs, while the file_search tool requires a list of vector store IDs.

Properties

azureAISearch

Resources to be used by the azure_ai_search tool consisting of index IDs and names.

codeInterpreter

Resources to be used by the code_interpreter tool consisting of file IDs.

fileSearch

Resources to be used by the file_search tool consisting of vector store IDs.

Property Details

azureAISearch

Resources to be used by the azure_ai_search tool consisting of index IDs and names.

azureAISearch?: AzureAISearchResource

Property Value

codeInterpreter

Resources to be used by the code_interpreter tool consisting of file IDs.

codeInterpreter?: CodeInterpreterToolResource

Property Value

fileSearch

Resources to be used by the file_search tool consisting of vector store IDs.

fileSearch?: FileSearchToolResource

Property Value