diff options
Diffstat (limited to 'agents/todo/index.yaml')
| -rw-r--r-- | agents/todo/index.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agents/todo/index.yaml b/agents/todo/index.yaml index dff8cfb..76b3595 100644 --- a/agents/todo/index.yaml +++ b/agents/todo/index.yaml @@ -14,6 +14,6 @@ instructions: | conversation_starters: - "List all todos" - "Clean the entire todo list" - - "Add a new todo: " - - "Done todo id=" - - "Delete todo id="
\ No newline at end of file + - "Add a new todo: Buy milk" + - "Done todo id=1" + - "Delete todo id=1"
\ No newline at end of file |
