JsonSchemaDefinition
type JsonSchemaDefinition = object;
Wrapper around a JSON schema used for describing tool parameters.
Properties
Section titled “Properties”name: string;
schema
Section titled “schema”schema: JsonObjectSchema<Record<string, JsonSchemaDefinitionEntry>>;
strict
Section titled “strict”strict: boolean;
type: "json_schema";