Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PortableBudgets = map[Reasoning]int{ ReasoningOff: 0, ReasoningLow: 2048, ReasoningMedium: 8192, ReasoningHigh: 32768, }
PortableBudgets are fallback named reasoning token budgets.
Functions ¶
Types ¶
type Reasoning ¶
type Reasoning string
Reasoning is the canonical scalar for model-side reasoning controls.
func ReasoningTokens ¶
ReasoningTokens returns a numeric reasoning-token request.
func (*Reasoning) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.