ProjectsOpenAIModelFactory.AzureAISearchAgentTool 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.
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.