Class: RCrewAI::Events::IterationEnd
- Inherits:
-
Struct
- Object
- Struct
- RCrewAI::Events::IterationEnd
- Defined in:
- lib/rcrewai/events.rb
Instance Attribute Summary collapse
-
#finish_reason ⇒ Object
Returns the value of attribute finish_reason.
Instance Attribute Details
#finish_reason ⇒ Object
Returns the value of attribute finish_reason
16 17 18 |
# File 'lib/rcrewai/events.rb', line 16 def finish_reason @finish_reason end |