Class: ClaudeAgentSDK::ThinkingConfigAdaptive
- Inherits:
-
Object
- Object
- ClaudeAgentSDK::ThinkingConfigAdaptive
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Adaptive thinking: uses a default budget of 32000 tokens
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize ⇒ ThinkingConfigAdaptive
constructor
A new instance of ThinkingConfigAdaptive.
Constructor Details
#initialize ⇒ ThinkingConfigAdaptive
Returns a new instance of ThinkingConfigAdaptive.
586 587 588 |
# File 'lib/claude_agent_sdk/types.rb', line 586 def initialize @type = 'adaptive' end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
584 585 586 |
# File 'lib/claude_agent_sdk/types.rb', line 584 def type @type end |