ProjectsAgentsModelFactory.AzureAISearchTool 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.Agents.AzureAISearchTool AzureAISearchTool(string name = default, string description = default, Azure.AI.Projects.Agents.AzureAISearchToolOptions options = default);
static member AzureAISearchTool : string * string * Azure.AI.Projects.Agents.AzureAISearchToolOptions -> Azure.AI.Projects.Agents.AzureAISearchTool
Public Shared Function AzureAISearchTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional options As AzureAISearchToolOptions = Nothing) As AzureAISearchTool
Parameters
- name
- String
Optional user-defined name for this tool or configuration.
- description
- String
Optional user-defined description for this tool or configuration.
- options
- AzureAISearchToolOptions
The azure ai search index resource.
Returns
A new AzureAISearchTool instance for mocking.