Skip to content

Instantly share code, notes, and snippets.

@Yumshot
Created April 12, 2023 04:31
Show Gist options
  • Save Yumshot/70802517a754bf690167c3af21647e46 to your computer and use it in GitHub Desktop.
Save Yumshot/70802517a754bf690167c3af21647e46 to your computer and use it in GitHub Desktop.
Human Command Actual Command Arguments Description
Google Search "google" args: "input": "<search>" Searches Google for the specified <search> term.
Browse Website "browse_website" args: "url": "<url>", "question": "<what_you_want_to_find_on_website>" Navigates to the specified <url> and looks for the specified <what_you_want_to_find_on_website>.
Start GPT Agent "start_agent" args: "name": "<name>", "task": "<short_task_desc>", "prompt": "<prompt>" Starts a new GPT (Generative Pre-trained Transformer) agent with the specified <name>, <short_task_desc>, and <prompt>.
Message GPT Agent "message_agent" args: "key": "<key>", "message": "<message>" Sends the specified <message> to the GPT agent with the specified <key>.
List GPT Agents "list_agents" args: "" Lists all currently running GPT agents.
Delete GPT Agent "delete_agent" args: "key": "<key>" Deletes the GPT agent with the specified <key>.
Write to file "write_to_file" args: "file": "<file>", "text": "<text>" Writes the specified <text> to the specified <file>.
Read file "read_file" args: "file": "<file>" Reads the contents of the specified <file>.
Append to file "append_to_file" args: "file": "<file>", "text": "<text>" Appends the specified <text> to the end of the specified <file>.
Delete file "delete_file" args: "file": "<file>" Deletes the specified <file>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment