diff options
| author | sigoden <sigoden@gmail.com> | 2024-08-01 22:30:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 22:30:52 +0800 |
| commit | ae6c4860745bca72e22242b2613d877f44e18aab (patch) | |
| tree | 9facea1b00b87d6f04576388c8c58ab895588d07 /agents/todo/index.yaml | |
| parent | 36b34c58962a59beecb979c2dc05d695c0b50ec7 (diff) | |
| download | llm-functions-docker-ae6c4860745bca72e22242b2613d877f44e18aab.tar.gz | |
refactor: update todo agent (#89)
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 |
