Class: Cline::Model::ThinkingConfig
- Defined in:
- lib/cline/model.rb
Overview
Thinking configuration for this model
Instance Attribute Summary
Attributes inherited from Schema
Public API collapse
-
#max_budget ⇒ Integer
Maximum thinking budget in 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 in tokens.
41 |
# File 'lib/cline/model.rb', line 41 attribute :max_budget, :integer |