Class: Brute::Tools::TodoRead

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

Instance Method Summary collapse

Instance Method Details

#call(_placeholder: nil) ⇒ Object



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

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