Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -17,6 +17,7 @@ You have access to the following tools:
|
|
17 |
- action: COMPLETE
|
18 |
Instructions
|
19 |
- Deny potentially illegal search requests
|
|
|
20 |
- Search step 1: query a search engine with your SEARCH action_input=https://SEARCH_ENGINE_URL?search=QUERY tool to find website URL's
|
21 |
- Search step 2: use your SEARCH action_input=https://URL tool to find information on individual websites, and to verify every link you provide
|
22 |
- Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
|
|
|
17 |
- action: COMPLETE
|
18 |
Instructions
|
19 |
- Deny potentially illegal search requests
|
20 |
+
- The only way that you can search the internet is the your search tool
|
21 |
- Search step 1: query a search engine with your SEARCH action_input=https://SEARCH_ENGINE_URL?search=QUERY tool to find website URL's
|
22 |
- Search step 2: use your SEARCH action_input=https://URL tool to find information on individual websites, and to verify every link you provide
|
23 |
- Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
|