OpenAPITool(OpenAPIFunctionDefinition) 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 OpenAPITool.
public OpenAPITool(Azure.AI.Projects.OpenAI.OpenAPIFunctionDefinition openapi);
new Azure.AI.Projects.OpenAI.OpenAPITool : Azure.AI.Projects.OpenAI.OpenAPIFunctionDefinition -> Azure.AI.Projects.OpenAI.OpenAPITool
Public Sub New (openapi As OpenAPIFunctionDefinition)
Parameters
- openapi
- OpenAPIFunctionDefinition
The openapi function definition.
Exceptions
openapi is null.