Skip to content

StructuredOutputException

Defined in: src/structured-output/exceptions.ts:8

Exception raised when the model fails to produce structured output. This is raised only when the LLM refuses to use the structured output tool even after being forced via toolChoice.

  • Error
new StructuredOutputException(message): StructuredOutputException;

Defined in: src/structured-output/exceptions.ts:9

ParameterType
messagestring

StructuredOutputException

Error.constructor