콘텐츠로 이동

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";