Output of a single generation.

interface Generation {
    text: string;
    generationInfo?: Record<string, any>;
}

Hierarchy (view full)

Implemented by

Properties

text: string

Generated text output

generationInfo?: Record<string, any>

Raw generation info response from the provider. May include things like reason for finishing (e.g. in OpenAI)

Generated using TypeDoc