Type alias GoogleGeminiGenerationConfig

GoogleGeminiGenerationConfig: {
    candidateCount: number;
    maxOutputTokens: number;
    stopSequences: readonly string[];
    temperature: number;
    topK: number;
    topP: number;
}

Type declaration

  • candidateCount: number
  • maxOutputTokens: number
  • stopSequences: readonly string[]
  • temperature: number
  • topK: number
  • topP: number