Class: ClaudeAgentSDK::ThinkingConfigDisabled
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Disabled thinking: sets thinking tokens to 0
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ ThinkingConfigDisabled
constructor
A new instance of ThinkingConfigDisabled.
Methods inherited from Type
#[], #[]=, from_hash, #to_h, wrap
Constructor Details
#initialize(attributes = {}) ⇒ ThinkingConfigDisabled
Returns a new instance of ThinkingConfigDisabled.
509 510 511 512 |
# File 'lib/claude_agent_sdk/types.rb', line 509 def initialize(attributes = {}) super @type = 'disabled' end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type.
507 508 509 |
# File 'lib/claude_agent_sdk/types.rb', line 507 def type @type end |