Type Alias: JSONSchemaType
JSONSchemaType =
"string"|"number"|"integer"|"boolean"|"array"|"object"|"null"
Defined in: packages/agentos/src/core/structured/IStructuredOutputManager.ts:61
JSON Schema type definitions for structured output validation. Follows JSON Schema Draft 2020-12 specification.