Configuration options for LLM schema generation.
Controls how TypeScript types are converted to LLM-compatible JSON schemas. These settings affect OpenAI structured output compatibility.
Whether to enable strict mode (OpenAI structured output).
When true, all properties become required and additionalProperties is forced to false.
true
additionalProperties
false
false Copy
Configuration options for LLM schema generation.
Controls how TypeScript types are converted to LLM-compatible JSON schemas. These settings affect OpenAI structured output compatibility.