Skip to content
Docs Try Aspire
Docs Try

AzureCognitiveServicesProjectResource.addFileSearchTool

Method
📦 Aspire.Hosting.Foundry v13.3.0-preview.1.26254.5
interface AzureCognitiveServicesProjectResource {
// ... omitted for brevity
addFileSearchTool(
name: string,
vectorStoreIds: string[]): FileSearchToolResource;
}

Signature

method addFileSearchTool builder
Adds a File Search tool to a Microsoft Foundry project.
addFileSearchTool(
name: string,
vectorStoreIds: string[]): FileSearchToolResource
name string
vectorStoreIds string[]
FileSearchToolResource

Defined on

This method is defined on the following type: