Class: ClaudeAgentSDK::ToolUseSummaryMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Tool use summary message (type: ‘tool_use_summary’)
Instance Attribute Summary collapse
-
#preceding_tool_use_ids ⇒ Object
Returns the value of attribute preceding_tool_use_ids.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
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
#preceding_tool_use_ids ⇒ Object
Returns the value of attribute preceding_tool_use_ids.
367 368 369 |
# File 'lib/claude_agent_sdk/types.rb', line 367 def preceding_tool_use_ids @preceding_tool_use_ids end |
#session_id ⇒ Object
Returns the value of attribute session_id.
367 368 369 |
# File 'lib/claude_agent_sdk/types.rb', line 367 def session_id @session_id end |
#summary ⇒ Object
Returns the value of attribute summary.
367 368 369 |
# File 'lib/claude_agent_sdk/types.rb', line 367 def summary @summary end |
#uuid ⇒ Object
Returns the value of attribute uuid.
367 368 369 |
# File 'lib/claude_agent_sdk/types.rb', line 367 def uuid @uuid end |