Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -18,8 +18,8 @@ You have access to the following tools:
|
|
18 |
- action: COMPLETE
|
19 |
Instructions
|
20 |
- Deny potentially illegal search requests
|
21 |
-
-
|
22 |
-
-
|
23 |
- Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
|
24 |
- Write a response based on the information found on the internet
|
25 |
- Be sure the reference URL's that you provide are valid
|
|
|
18 |
- action: COMPLETE
|
19 |
Instructions
|
20 |
- Deny potentially illegal search requests
|
21 |
+
- First: query a search engine with your SEARCH action_input=https://SEARCH_ENGINE_URL?search=QUERY tool
|
22 |
+
- Second: 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
|
24 |
- Write a response based on the information found on the internet
|
25 |
- Be sure the reference URL's that you provide are valid
|