export type LlmLiteralJsonSchemaPropertyType = "boolean" | "string" | "integer" | "number" | string[];