Class: Pikuri::Agent::Event::FallbackNotice
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::FallbackNotice
- Defined in:
- lib/pikuri/agent/event.rb
Overview
Out-of-band notice that a rescue path was taken: emitted by Pikuri::Agent#run_loop when Control::StepLimit trips and the Synthesizer fallback runs. Carries the reason to surface before the synthesizer's own 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
117 118 119 |
# File 'lib/pikuri/agent/event.rb', line 117 def reason @reason end |