Enabled

@JsonSerializable
@PolymorphicLabel(value = "enabled")
data class Enabled(val budget_tokens: Int, val display: ThinkingDisplay? = null) : Thinking(source)

Constructors

Link copied to clipboard
constructor(budget_tokens: Int, display: ThinkingDisplay? = null)

Properties

Link copied to clipboard
Link copied to clipboard