Class: Pikuri::Agent::Event::ContextCap

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#capObject (readonly)

Returns the value of attribute cap

Returns:

  • (Object)

    the current value of cap



104
105
106
# File 'lib/pikuri/agent/event.rb', line 104

def cap
  @cap
end