Class: Cline::Model::ThinkingConfig

Inherits:
Schema
  • Object
show all
Defined in:
lib/cline/model.rb

Overview

Thinking configuration for this model

Instance Attribute Summary

Attributes inherited from Schema

#extra_attributes

Public API collapse

Methods inherited from Schema

#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash

Instance Method Details

#max_budgetInteger

Returns Maximum thinking budget in tokens.

Returns:

  • (Integer)

    Maximum thinking budget in tokens



41
# File 'lib/cline/model.rb', line 41

attribute :max_budget, :integer