Class: Cline::GlobalState::Models::OpenRouterModelInfo::ThinkingConfig
- Inherits:
-
Schema
- Object
- Shale::Mapper
- Schema
- Cline::GlobalState::Models::OpenRouterModelInfo::ThinkingConfig
- Defined in:
- lib/cline/global_state/models.rb
Overview
Thinking configuration for models
Instance Attribute Summary
Attributes inherited from Schema
Public API collapse
-
#max_budget ⇒ Integer
Maximum thinking budget tokens.
Methods inherited from Schema
#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash
Instance Method Details
#max_budget ⇒ Integer
Returns Maximum thinking budget tokens.
14 |
# File 'lib/cline/global_state/models.rb', line 14 attribute :max_budget, :integer |