ExtensionsOpenAIModelFactory.ResponsesAzureAISearchTool 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.Extensions.OpenAI.ResponsesAzureAISearchTool ResponsesAzureAISearchTool(string name = default, string description = default, System.Collections.Generic.IDictionary<string,Azure.AI.Extensions.OpenAI.ToolConfig> toolConfigs = default, Azure.AI.Extensions.OpenAI.ResponsesAzureAISearchToolResource azureAISearch = default);
static member ResponsesAzureAISearchTool : string * string * System.Collections.Generic.IDictionary<string, Azure.AI.Extensions.OpenAI.ToolConfig> * Azure.AI.Extensions.OpenAI.ResponsesAzureAISearchToolResource -> Azure.AI.Extensions.OpenAI.ResponsesAzureAISearchTool
Public Shared Function ResponsesAzureAISearchTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional toolConfigs As IDictionary(Of String, ToolConfig) = Nothing, Optional azureAISearch As ResponsesAzureAISearchToolResource = Nothing) As ResponsesAzureAISearchTool
Parameters
- name
- String
Deprecated. This property is deprecated and will be removed in a future version.
- description
- String
Deprecated. This property is deprecated and will be removed in a future version.
- toolConfigs
- IDictionary<String,ToolConfig>
Deprecated. This property is deprecated and will be removed in a future version.
- azureAISearch
- ResponsesAzureAISearchToolResource
The azure ai search index resource.
Returns
A new ResponsesAzureAISearchTool instance for mocking.