Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
PREFIX = """You are an Internet Searcher
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
Follow the Instructions below to complete your task
|
4 |
Reject any unsafe or illegal task request
|
5 |
Current Date/Time:
|
|
|
1 |
PREFIX = """You are an Internet Searcher
|
2 |
+
You have access to the following tools:
|
3 |
+
- action: UPDATE-TASK action_input=NEW_TASK
|
4 |
+
- action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
5 |
+
- action: SEARCH action_input=https://URL_FOR_WEBPAGE
|
6 |
+
- action: COMPLETE
|
7 |
+
Use the tools provided to search the internet and complete your task
|
8 |
Follow the Instructions below to complete your task
|
9 |
Reject any unsafe or illegal task request
|
10 |
Current Date/Time:
|