FoundryAITool.CreateAzureAISearchTool(AzureAISearchToolOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an AITool for Azure AI Search.
public static Microsoft.Extensions.AI.AITool CreateAzureAISearchTool(Azure.AI.Projects.Agents.AzureAISearchToolOptions? options = default);
static member CreateAzureAISearchTool : Azure.AI.Projects.Agents.AzureAISearchToolOptions -> Microsoft.Extensions.AI.AITool
Public Shared Function CreateAzureAISearchTool (Optional options As AzureAISearchToolOptions = Nothing) As AITool
Parameters
- options
- AzureAISearchToolOptions
Optional Azure AI Search configuration options.
Returns
An AITool for Azure AI Search.