Skip to content
DocsTry Aspire
DocsTry

FileSearchToolResource Properties

ClassProperties1 member
A Foundry tool resource that enables an agent to search uploaded files and proprietary documents using vector search.
VectorStoreIdsSection titled VectorStoreIdsIList<string>
Gets the vector store IDs to search. If empty, the agent's default stores are used.
public IList<string> VectorStoreIds { get; init; }