Skip to content
Docs Try Aspire
Docs Try

FileSearchToolResource Properties

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