FileSearchToolResourceOutput interface
A set of resources that are used by the file_search
tool.
Properties
vector |
The ID of the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent. |
vector |
The list of vector store configuration objects from Azure. This list is limited to one element. The only element of this list contains the list of azure asset IDs used by the search tool. |
Property Details
vectorStoreIds
The ID of the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent.
vectorStoreIds?: string[]
Property Value
string[]
vectorStores
The list of vector store configuration objects from Azure. This list is limited to one element. The only element of this list contains the list of azure asset IDs used by the search tool.
vectorStores?: VectorStoreConfigurationsOutput[]