Skip to content

StructuredOutputError

Defined in: src/errors.ts:181

Thrown when the model fails to produce structured output. This occurs when the LLM refuses to use the structured output tool even after being forced via toolChoice.

  • Error
new StructuredOutputError(message): StructuredOutputError;

Defined in: src/errors.ts:182

ParameterType
messagestring

StructuredOutputError

Error.constructor