Class: Brute::Tools::TodoRead

Inherits:
RubyLLM::Tool
  • Object
show all
Defined in:
lib/brute/tools/todo_read.rb

Instance Method Summary collapse

Instance Method Details

#execute(_placeholder: nil) ⇒ Object



15
16
17
# File 'lib/brute/tools/todo_read.rb', line 15

def execute(_placeholder: nil)
  {todos: Brute::Store::TodoStore.all}
end

#nameObject



13
# File 'lib/brute/tools/todo_read.rb', line 13

def name; "todo_read"; end