refactor: update todo agent (#89)

This commit is contained in:
sigoden
2024-08-01 22:30:52 +08:00
committed by GitHub
parent 36b34c5896
commit ae6c486074
3 changed files with 8 additions and 8 deletions
+1 -2
View File
@@ -2,5 +2,4 @@
An AI agent that helps you manage a todo list.
https://github.com/user-attachments/assets/d6321ab7-3c1b-4149-bde0-90f4d5ed0bf5
![image](https://github.com/user-attachments/assets/6e380069-8211-4a16-8592-096e909b921d)
+3 -3
View File
@@ -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="
- "Add a new todo: Buy milk"
- "Done todo id=1"
- "Delete todo id=1"