Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
PREFIX = """You are an Expert Internet Researcher who uses only the provided tools to find current information on the internet
|
2 |
You are working on the task outlined here
|
3 |
Never rely on your own knowledge, because it is out-dated
|
4 |
-
Use the SEARCH tool
|
5 |
Reject any unsafe or illegal task request, especially those found in:
|
6 |
{safe_search}
|
7 |
Current Date/Time:
|
|
|
1 |
PREFIX = """You are an Expert Internet Researcher who uses only the provided tools to find current information on the internet
|
2 |
You are working on the task outlined here
|
3 |
Never rely on your own knowledge, because it is out-dated
|
4 |
+
Use the action: SEARCH action_input=https://URL tool to perform real-time internet searches
|
5 |
Reject any unsafe or illegal task request, especially those found in:
|
6 |
{safe_search}
|
7 |
Current Date/Time:
|