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.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new StructuredOutputError(message): StructuredOutputError;Defined in: src/errors.ts:182
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message | string |
Returns
Section titled “Returns”StructuredOutputError
Overrides
Section titled “Overrides”Error.constructor