ProjectsAgentTool.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 Azure AI Search tool with the supplied options.
public static Azure.AI.Projects.Agents.AzureAISearchTool CreateAzureAISearchTool(Azure.AI.Projects.Agents.AzureAISearchToolOptions options = default);
static member CreateAzureAISearchTool : Azure.AI.Projects.Agents.AzureAISearchToolOptions -> Azure.AI.Projects.Agents.AzureAISearchTool
Public Shared Function CreateAzureAISearchTool (Optional options As AzureAISearchToolOptions = Nothing) As AzureAISearchTool
Parameters
- options
- AzureAISearchToolOptions
Optional configuration options for the Azure AI Search tool.