Class: ClaudeAgentSDK::ToolUseSummaryMessage

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

Overview

Tool use summary message (type: ‘tool_use_summary’)

Instance Attribute Summary collapse

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_idsObject

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_idObject

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

#summaryObject

Returns the value of attribute summary.



367
368
369
# File 'lib/claude_agent_sdk/types.rb', line 367

def summary
  @summary
end

#uuidObject

Returns the value of attribute uuid.



367
368
369
# File 'lib/claude_agent_sdk/types.rb', line 367

def uuid
  @uuid
end