GenerationConfig

constructor(modelSelectionConfig: ModelSelectionConfig? = null, responseJsonSchema: JsonElement? = null, audioTimestamp: Boolean? = null, candidateCount: Int? = null, enableAffectiveDialog: Boolean? = null, frequencyPenalty: Double? = null, logprobs: Int? = null, maxOutputTokens: Int? = null, mediaResolution: MediaResolution? = null, presencePenalty: Double? = null, responseLogprobs: Boolean? = null, responseMimeType: String? = null, responseModalities: List<Modality>? = null, responseSchema: Schema? = null, routingConfig: GenerationConfigRoutingConfig? = null, seed: Int? = null, speechConfig: SpeechConfig? = null, stopSequences: List<String>? = null, temperature: Double? = null, thinkingConfig: ThinkingConfig? = null, topK: Double? = null, topP: Double? = null, enableEnhancedCivicAnswers: Boolean? = null, responseFormat: List<ResponseFormat>? = null, translationConfig: TranslationConfig? = null, audioTranscriptionConfig: AudioTranscriptionConfig? = null)