Interface GeminiPreferenceExampleCompletion

Completion and its preference score.

interface GeminiPreferenceExampleCompletion {
    completion?: Content;
    score?: number;
}

Properties

Properties

completion?: Content

Single turn completion for the given prompt.

score?: number

The score for the given completion.