Class: ClaudeAgentSDK::ThinkingConfigAdaptive

Inherits:
Object
  • Object
show all
Defined in:
lib/claude_agent_sdk/types.rb

Overview

Adaptive thinking: uses a default budget of 32000 tokens

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeThinkingConfigAdaptive

Returns a new instance of ThinkingConfigAdaptive.



163
164
165
# File 'lib/claude_agent_sdk/types.rb', line 163

def initialize
  @type = 'adaptive'
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



161
162
163
# File 'lib/claude_agent_sdk/types.rb', line 161

def type
  @type
end