GenerationConfig
@Serializable
Constructors
Link copied to clipboard
constructor(temperature: Float?, topP: Float?, topK: Int?, candidateCount: Int? = null, maxOutputTokens: Int? = null, stopSequences: List<String>? = null, responseMimeType: String? = null, presencePenalty: Float? = null, frequencyPenalty: Float? = null, thinkingConfig: ThinkingConfig? = null, responseSchema: JsonObject? = null)