Share via


OpenApiToolDefinitionOutput interface

The input definition information for an OpenAPI tool as used to configure an agent.

Extends

Properties

openapi

The openapi function definition.

type

The object type, which is always 'openapi'.

Property Details

openapi

The openapi function definition.

openapi: OpenApiFunctionDefinitionOutput

Property Value

type

The object type, which is always 'openapi'.

type: "openapi"

Property Value

"openapi"