Interface: TextCompletionResult
Defined in: src/lib/logger/components/generation.ts:33 Represents the result of an LLM text completion.Properties
choices
choices: TextCompletionChoice[]
Defined in: src/lib/logger/components/generation.ts:38
created
created: number
Defined in: src/lib/logger/components/generation.ts:36
error?
Defined in: src/lib/logger/components/generation.ts:40optionalerror:GenerationError
id
id: string
Defined in: src/lib/logger/components/generation.ts:34
model
model: string
Defined in: src/lib/logger/components/generation.ts:37
object
object: string
Defined in: src/lib/logger/components/generation.ts:35
usage
usage: Usage
Defined in: src/lib/logger/components/generation.ts:39