ThinkingConfig

@Serializable
data class ThinkingConfig(val thinkingBudget: Int = 1024)

Represents the thinking config.

Constructors

Link copied to clipboard
constructor(thinkingBudget: Int = 1024)

Properties

Link copied to clipboard
@ExperimentalSerializationApi
@EncodeDefault(mode = EncodeDefault.Mode.ALWAYS)
val thinkingBudget: Int

The thinking budget.