Class: ClaudeAgentSDK::ThinkingConfigDisabled

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

Overview

Disabled thinking: sets thinking tokens to 0

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeThinkingConfigDisabled

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

#typeObject

Returns the value of attribute type.



180
181
182
# File 'lib/claude_agent_sdk/types.rb', line 180

def type
  @type
end