Package version:

Interface ToolResources

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?: AzureAISearchResource

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

codeInterpreter?: CodeInterpreterToolResource

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

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