OpenApiTool interface
The input definition information for an OpenAPI tool as used to configure an agent.
- Extends
Properties
| openapi | The openapi function definition. |
| tool_configs | Deprecated. This property is deprecated and will be removed in a future version. |
| type | The object type, which is always 'openapi'. |
Property Details
openapi
The openapi function definition.
openapi: OpenApiFunctionDefinition
Property Value
tool_configs
Deprecated. This property is deprecated and will be removed in a future version.
tool_configs?: Record<string, ToolConfig>
Property Value
Record<string, ToolConfig>
type
The object type, which is always 'openapi'.
type: "openapi"
Property Value
"openapi"