ExtensionsOpenAIModelFactory.ResponsesOpenApiTool 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 OpenAPI tool as used to configure an agent.
public static Azure.AI.Extensions.OpenAI.ResponsesOpenApiTool ResponsesOpenApiTool(System.Collections.Generic.IDictionary<string,Azure.AI.Extensions.OpenAI.ToolConfig> toolConfigs = default, Azure.AI.Extensions.OpenAI.ResponsesOpenApiFunctionDefinition openApi = default);
static member ResponsesOpenApiTool : System.Collections.Generic.IDictionary<string, Azure.AI.Extensions.OpenAI.ToolConfig> * Azure.AI.Extensions.OpenAI.ResponsesOpenApiFunctionDefinition -> Azure.AI.Extensions.OpenAI.ResponsesOpenApiTool
Public Shared Function ResponsesOpenApiTool (Optional toolConfigs As IDictionary(Of String, ToolConfig) = Nothing, Optional openApi As ResponsesOpenApiFunctionDefinition = Nothing) As ResponsesOpenApiTool
Parameters
- toolConfigs
- IDictionary<String,ToolConfig>
Deprecated. This property is deprecated and will be removed in a future version.
The openapi function definition.
Returns
A new ResponsesOpenApiTool instance for mocking.