Interface GeminiPreferenceExample

Input example for preference optimization.

interface GeminiPreferenceExample {
    completions?: GeminiPreferenceExampleCompletion[];
    contents?: Content[];
}

Properties

List of completions for a given prompt.

contents?: Content[]

Multi-turn contents that represents the Prompt.