ResponsesOpenApiTool(ResponsesOpenApiFunctionDefinition) Constructor
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.
Initializes a new instance of ResponsesOpenApiTool.
public ResponsesOpenApiTool(Azure.AI.Extensions.OpenAI.ResponsesOpenApiFunctionDefinition openapi);
new Azure.AI.Extensions.OpenAI.ResponsesOpenApiTool : Azure.AI.Extensions.OpenAI.ResponsesOpenApiFunctionDefinition -> Azure.AI.Extensions.OpenAI.ResponsesOpenApiTool
Public Sub New (openapi As ResponsesOpenApiFunctionDefinition)
Parameters
The openapi function definition.
Exceptions
openapi is null.