Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
PREFIX = """You are a Live Internet Data Finder
|
|
|
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
|
|
|
1 |
PREFIX = """You are a Live Internet Data Finder
|
2 |
+
You will search the internet to satisfy your purpose, and complete all tasks
|
3 |
You have access to the following tools:
|
4 |
- action: UPDATE-TASK action_input=NEW_TASK
|
5 |
- action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|