Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#229 from ReadyG/patch-1
Browse files Browse the repository at this point in the history
Added missing double quotes around name in the prompt.txt text file
  • Loading branch information
Torantulino authored Apr 6, 2023
2 parents 672bb5e + 98a2b4d commit 4330f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COMMANDS:

1. Google Search: "google", args: "input": "<search>"
5. Browse Website: "browse_website", args: "url": "<url>", "question": "<what_you_want_to_find_on_website>"
6. Start GPT Agent: "start_agent", args: "name": <name>, "task": "<short_task_desc>", "prompt": "<prompt>"
6. Start GPT Agent: "start_agent", args: "name": "<name>", "task": "<short_task_desc>", "prompt": "<prompt>"
7. Message GPT Agent: "message_agent", args: "key": "<key>", "message": "<message>"
8. List GPT Agents: "list_agents", args: ""
9. Delete GPT Agent: "delete_agent", args: "key": "<key>"
Expand Down

0 comments on commit 4330f79

Please sign in to comment.