Skip to content
Docs Try Aspire
Docs Try

AzureCognitiveServicesProjectResource.addAISearchTool

Method
📦 Aspire.Hosting.Foundry v13.3.0-preview.1.26254.5
interface AzureCognitiveServicesProjectResource {
// ... omitted for brevity
addAISearchTool(
name: string,
indexName?: string): AzureAISearchToolResource;
}

Signature

method addAISearchTool builder
Adds an Azure AI Search tool to a Microsoft Foundry project.
addAISearchTool(
name: string,
indexName?: string): AzureAISearchToolResource
name string
indexName string optional
AzureAISearchToolResource

Defined on

This method is defined on the following type: