Output of a single generation.

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

Hierarchy (view full)

Implemented by

Properties

generationInfo?: Record<string, any>

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

text: string

Generated text output