Skip to main content

Interface: GenerationError

Defined in: src/lib/logger/components/generation.ts:11 Represents an error that occurred during LLM generation.

Properties

code?

optional code: string
Defined in: src/lib/logger/components/generation.ts:13

message

message: string
Defined in: src/lib/logger/components/generation.ts:12

type?

optional type: string
Defined in: src/lib/logger/components/generation.ts:14