From 98a2b4d9a5453336fc718b3a4ec8fbcc3207251e Mon Sep 17 00:00:00 2001 From: ReadyG <42131870+ReadyG@users.noreply.github.com> Date: Wed, 5 Apr 2023 00:11:19 -0400 Subject: [PATCH] Update prompt.txt Added double quotes around on line 14. --- scripts/data/prompt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/data/prompt.txt b/scripts/data/prompt.txt index a93e783eb3..ba9a3ec62b 100644 --- a/scripts/data/prompt.txt +++ b/scripts/data/prompt.txt @@ -11,7 +11,7 @@ COMMANDS: 3. Memory Delete: "memory_del", args: "key": "" 4. Memory Overwrite: "memory_ovr", args: "key": "", "string": "" 5. Browse Website: "browse_website", args: "url": "", "question": "" -6. Start GPT Agent: "start_agent", args: "name": , "task": "", "prompt": "" +6. Start GPT Agent: "start_agent", args: "name": "", "task": "", "prompt": "" 7. Message GPT Agent: "message_agent", args: "key": "", "message": "" 8. List GPT Agents: "list_agents", args: "" 9. Delete GPT Agent: "delete_agent", args: "key": ""