OpenApiFunctionDefinitionOutput interface
The input definition information for an openapi function.
Properties
auth | Open API authentication details |
description | A description of what the function does, used by the model to choose when and how to call the function. |
name | The name of the function to be called. |
spec | The openapi function shape, described as a JSON Schema object. |
Property Details
auth
Open API authentication details
auth: OpenApiAuthDetailsOutput
Property Value
description
A description of what the function does, used by the model to choose when and how to call the function.
description?: string
Property Value
string
name
The name of the function to be called.
name: string
Property Value
string
spec
The openapi function shape, described as a JSON Schema object.
spec: any
Property Value
any