Class: Pikuri::Agent::Message::FallbackNotice
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Message::FallbackNotice
- Defined in:
- lib/pikuri/agent/message.rb
Overview
Out-of-band notice that the agent had to take a rescue path —currently emitted by Pikuri::Agent#run_loop when Listener::StepLimit trips and the synthesizer fallback runs. Lets listeners (Terminal, future web UI) surface the divergence to the user before the synthesizer’s own assistant output flows through.
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#reason ⇒ Object (readonly)
Returns the value of attribute reason
58 59 60 |
# File 'lib/pikuri/agent/message.rb', line 58 def reason @reason end |