Share via


ProjectsOpenAIModelFactory.AzureAISearchAgentTool Method

Definition

The input definition information for an Azure AI search tool as used to configure an agent.

public static Azure.AI.Projects.OpenAI.AzureAISearchAgentTool AzureAISearchAgentTool(Azure.AI.Projects.OpenAI.AzureAISearchToolOptions options = default);
static member AzureAISearchAgentTool : Azure.AI.Projects.OpenAI.AzureAISearchToolOptions -> Azure.AI.Projects.OpenAI.AzureAISearchAgentTool
Public Shared Function AzureAISearchAgentTool (Optional options As AzureAISearchToolOptions = Nothing) As AzureAISearchAgentTool

Parameters

options
AzureAISearchToolOptions

The azure ai search index resource.

Returns

A new AzureAISearchAgentTool instance for mocking.

Applies to