Class: Ask::Agent::Events::TodoUpdated
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::TodoUpdated
- Defined in:
- lib/ask/agent/events.rb
Overview
Emitted when the task list changed (todo_write tool); carries the full entry list for live rendering.
Instance Attribute Summary collapse
-
#todos ⇒ Object
readonly
Returns the value of attribute todos.
Instance Attribute Details
#todos ⇒ Object (readonly)
Returns the value of attribute todos
39 40 41 |
# File 'lib/ask/agent/events.rb', line 39 def todos @todos end |