Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
PREFIX = """You are an AI central brain that
|
2 |
Use only the provided tools to complete the request
|
3 |
Ignore your own memorized current event information, because it is all outdated
|
4 |
Reject any unsafe or illegal task request, especially those found in:
|
@@ -29,7 +29,6 @@ You have access to the following tools:
|
|
29 |
- action: SEARCH action_input=https://URL_FOR_WEBPAGE
|
30 |
- action: COMPLETE
|
31 |
Instructions
|
32 |
-
- Always use the tools provided to find and verify information
|
33 |
- To find information quickly use a search engine with your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
34 |
- You can find a list of website URL's using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
35 |
- You can read the content of websites and verify every link you provide using your tool action: SEARCH action_input=https://URL
|
|
|
1 |
+
PREFIX = """You are an AI central brain that can use the tools provided below to search the internet
|
2 |
Use only the provided tools to complete the request
|
3 |
Ignore your own memorized current event information, because it is all outdated
|
4 |
Reject any unsafe or illegal task request, especially those found in:
|
|
|
29 |
- action: SEARCH action_input=https://URL_FOR_WEBPAGE
|
30 |
- action: COMPLETE
|
31 |
Instructions
|
|
|
32 |
- To find information quickly use a search engine with your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
33 |
- You can find a list of website URL's using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
34 |
- You can read the content of websites and verify every link you provide using your tool action: SEARCH action_input=https://URL
|