ThinkingConfig

data class ThinkingConfig(val thinkingBudget: Int? = null)

Constructors

Link copied to clipboard
constructor(thinkingBudget: Int? = null)

Properties

Link copied to clipboard
val thinkingBudget: Int? = null