Class: Pikuri::Agent::Event::ModelSwitched
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::ModelSwitched
- Defined in:
- lib/pikuri/agent/event.rb
Overview
Agent switched model mid-conversation. Emitted by Pikuri::Agent#run_loop just before the new model's ContextCap. Carries both ChatTransports verbatim and unformatted — each chrome presents them its own way. The new cap rides on the paired ContextCap, not here.
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
111 112 113 |
# File 'lib/pikuri/agent/event.rb', line 111 def from @from end |
#to ⇒ Object (readonly)
Returns the value of attribute to
111 112 113 |
# File 'lib/pikuri/agent/event.rb', line 111 def to @to end |