Class: Ask::Agent::Events::TodoUpdated

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#todosObject (readonly)

Returns the value of attribute todos

Returns:

  • (Object)

    the current value of todos



39
40
41
# File 'lib/ask/agent/events.rb', line 39

def todos
  @todos
end