Class: Pikuri::Agent::Event::ContextCap
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::ContextCap
- Defined in:
- lib/pikuri/agent/event.rb
Overview
Model's resolved context-window cap (+nil+ if unknown). Emitted at construction and after each model switch. A later ContextCap overwrites the prior; the running context size is not re-baselined.
Instance Attribute Summary collapse
-
#cap ⇒ Object
readonly
Returns the value of attribute cap.
Instance Attribute Details
#cap ⇒ Object (readonly)
Returns the value of attribute cap
104 105 106 |
# File 'lib/pikuri/agent/event.rb', line 104 def cap @cap end |