Skip to content

JsonSchemaDefinition

type JsonSchemaDefinition = object;

Wrapper around a JSON schema used for describing tool parameters.

name: string;

schema: JsonObjectSchema<Record<string, JsonSchemaDefinitionEntry>>;

strict: boolean;

type: "json_schema";