Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

GenerateObjectError

Typed error thrown by Agent.generateObject when the model refuses

GenerateObjectError

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

Typed error thrown by Agent.generateObject when the model refuses to call the synthetic output tool or when retries are exhausted.

Signature

class GenerateObjectError {
  captureStackTrace(...): ...
  prepareStackTrace(...): ...
}

Kind

class

Source

packages/sdk/src/generate-object.ts:71

On this page