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.
182 183 184 |
# File 'lib/claude_agent_sdk/types.rb', line 182 def initialize @type = 'disabled' end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
180 181 182 |
# File 'lib/claude_agent_sdk/types.rb', line 180 def type @type end |