You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agenthub/codeact_agent/prompt.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
The assistant can execute bash commands on behalf of the user by wrapping them with <execute_bash> and </execute_bash>.
17
17
For example, you can list the files in the current directory by <execute_bash> ls </execute_bash>.
18
18
The assistant can browse the Internet with commands on behalf of the user by wrapping them with <execute_browse> and </execute_browse>.
19
-
For example, you can browse a given URL by <execute_browse> goto("<URL>") </execute_browse>.
19
+
For example, you can browse a given URL by <execute_browse> Tell me the usa's president using google search </execute_browse>.
20
20
The assistant should attempt fewer things at a time instead of putting too much commands OR code in one "execute" block.
21
21
The assistant can install Python packages using the %pip magic command in an IPython environment by using the following syntax: <execute_ipython> %pip install [package needed] </execute_ipython> and should always import packages and define variables before starting to use them."""
22
22
@@ -155,7 +155,7 @@ def index():
155
155
ASSISTANT:
156
156
Sure! Let me browse the server's homepage at http://127.0.0.1:5000:
0 commit comments