Skip to content

StructuredOutputError

Defined in: src/errors.ts:203

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:204

| Parameter | Type | | --------- | -------- | | message | string |

StructuredOutputError

Error.constructor