FileSearchToolResource
Class sealed net8.0
A Foundry tool resource that enables an agent to search uploaded files and proprietary documents using vector search.
namespace Aspire.Hosting.Foundry;
public sealed class FileSearchToolResource : Aspire.Hosting.Foundry.FoundryToolResource{ // ...}Remarks
Section titled Remarks This tool requires no Azure provisioning or project connections. Vector store IDs can optionally be configured for specific document collections.
Constructors1
Section titled ConstructorsFileSearchToolResource(string, AzureCognitiveServicesProjectResource) Creates a new instance of the
FileSearchToolResource class.