GenerationSettings

data class GenerationSettings(val temperature: Float, val topK: Int, val topP: Float, val thinkingConfig: ThinkingConfig?)

Constructors

Link copied to clipboard
constructor(temperature: Float, topK: Int, topP: Float, thinkingConfig: ThinkingConfig?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val topK: Int
Link copied to clipboard
val topP: Float