From ae6c4860745bca72e22242b2613d877f44e18aab Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 1 Aug 2024 22:30:52 +0800 Subject: refactor: update todo agent (#89) --- agents/todo/index.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'agents/todo/index.yaml') 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 -- cgit v1.2.3