Class: ClaudeAgentSDK::ThinkingBlock
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Thinking content block
Instance Attribute Summary collapse
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#thinking ⇒ Object
Returns the value of attribute thinking.
Method Summary
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::Type
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#signature ⇒ Object
Returns the value of attribute signature.
170 171 172 |
# File 'lib/claude_agent_sdk/types.rb', line 170 def signature @signature end |
#thinking ⇒ Object
Returns the value of attribute thinking.
170 171 172 |
# File 'lib/claude_agent_sdk/types.rb', line 170 def thinking @thinking end |