Class: ClaudeAgentSDK::ThinkingConfigDisabled
- Inherits:
-
Object
- Object
- ClaudeAgentSDK::ThinkingConfigDisabled
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Disabled thinking: sets thinking tokens to 0
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize ⇒ ThinkingConfigDisabled
constructor
A new instance of ThinkingConfigDisabled.
Constructor Details
#initialize ⇒ ThinkingConfigDisabled
Returns a new instance of ThinkingConfigDisabled.
605 606 607 |
# File 'lib/claude_agent_sdk/types.rb', line 605 def initialize @type = 'disabled' end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
603 604 605 |
# File 'lib/claude_agent_sdk/types.rb', line 603 def type @type end |