Class: Pikuri::Agent::History::Tokens
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::History::Tokens
- Defined in:
- lib/pikuri/agent/history.rb
Overview
Per-message token usage, as the provider reported it. Carried so a host's context readout can be reseeded after a load — nothing on the wire needs it.
Instance Attribute Summary collapse
-
#cache_creation ⇒ Object
readonly
Returns the value of attribute cache_creation.
-
#cached ⇒ Object
readonly
Returns the value of attribute cached.
-
#input ⇒ Object
readonly
Returns the value of attribute input.
-
#output ⇒ Object
readonly
Returns the value of attribute output.
-
#thinking ⇒ Object
readonly
Returns the value of attribute thinking.
Instance Attribute Details
#cache_creation ⇒ Object (readonly)
Returns the value of attribute cache_creation
99 100 101 |
# File 'lib/pikuri/agent/history.rb', line 99 def cache_creation @cache_creation end |
#cached ⇒ Object (readonly)
Returns the value of attribute cached
99 100 101 |
# File 'lib/pikuri/agent/history.rb', line 99 def cached @cached end |
#input ⇒ Object (readonly)
Returns the value of attribute input
99 100 101 |
# File 'lib/pikuri/agent/history.rb', line 99 def input @input end |
#output ⇒ Object (readonly)
Returns the value of attribute output
99 100 101 |
# File 'lib/pikuri/agent/history.rb', line 99 def output @output end |
#thinking ⇒ Object (readonly)
Returns the value of attribute thinking
99 100 101 |
# File 'lib/pikuri/agent/history.rb', line 99 def thinking @thinking end |