Class: DebugAgent::CompressionResult
- Inherits:
-
Struct
- Object
- Struct
- DebugAgent::CompressionResult
- Defined in:
- lib/debug_agent/context_compressor.rb
Instance Attribute Summary collapse
-
#compressed_tokens ⇒ Object
Returns the value of attribute compressed_tokens.
-
#original_tokens ⇒ Object
Returns the value of attribute original_tokens.
-
#removed_rounds ⇒ Object
Returns the value of attribute removed_rounds.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#compressed_tokens ⇒ Object
Returns the value of attribute compressed_tokens
4 5 6 |
# File 'lib/debug_agent/context_compressor.rb', line 4 def compressed_tokens @compressed_tokens end |
#original_tokens ⇒ Object
Returns the value of attribute original_tokens
4 5 6 |
# File 'lib/debug_agent/context_compressor.rb', line 4 def original_tokens @original_tokens end |
#removed_rounds ⇒ Object
Returns the value of attribute removed_rounds
4 5 6 |
# File 'lib/debug_agent/context_compressor.rb', line 4 def removed_rounds @removed_rounds end |
#strategy ⇒ Object
Returns the value of attribute strategy
4 5 6 |
# File 'lib/debug_agent/context_compressor.rb', line 4 def strategy @strategy end |