Class: Agent::Sessions::Compaction
- Inherits:
-
Data
- Object
- Data
- Agent::Sessions::Compaction
- Defined in:
- lib/agent/sessions/compaction.rb
Overview
A point where the agent replaced earlier turns with a summary. Not a message: its own payload restates turns already yielded, so anyone counting would count them twice. replaced_count is how many turns it stood in for.
Instance Attribute Summary collapse
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
-
#replaced_count ⇒ Object
readonly
Returns the value of attribute replaced_count.
Instance Attribute Details
#at ⇒ Object (readonly)
Returns the value of attribute at
8 9 10 |
# File 'lib/agent/sessions/compaction.rb', line 8 def at @at end |
#raw ⇒ Object (readonly)
Returns the value of attribute raw
8 9 10 |
# File 'lib/agent/sessions/compaction.rb', line 8 def raw @raw end |
#replaced_count ⇒ Object (readonly)
Returns the value of attribute replaced_count
8 9 10 |
# File 'lib/agent/sessions/compaction.rb', line 8 def replaced_count @replaced_count end |