Package version:

Interface OpenApiToolDefinition

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

interface OpenApiToolDefinition {
    openapi: OpenApiFunctionDefinition;
    type: "openapi";
}

Hierarchy (view full)

Properties

Properties

The openapi function definition.

type

The object type, which is always 'openapi'.