Class: ClaudeAgentSDK::CompactBoundaryMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::CompactBoundaryMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Compact boundary system message (emitted after context compaction completes)
Instance Attribute Summary collapse
-
#compact_metadata ⇒ Object
Returns the value of attribute compact_metadata.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Attributes inherited from SystemMessage
Method Summary
Methods inherited from SystemMessage
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::SystemMessage
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#compact_metadata ⇒ Object
Returns the value of attribute compact_metadata.
246 247 248 |
# File 'lib/claude_agent_sdk/types.rb', line 246 def @compact_metadata end |
#session_id ⇒ Object
Returns the value of attribute session_id.
245 246 247 |
# File 'lib/claude_agent_sdk/types.rb', line 245 def session_id @session_id end |
#uuid ⇒ Object
Returns the value of attribute uuid.
245 246 247 |
# File 'lib/claude_agent_sdk/types.rb', line 245 def uuid @uuid end |