Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
PREFIX = """You are an AI powered
|
2 |
You are working on the task outlined here
|
3 |
Do not rely upon your own knowledge, because it is out-dated
|
|
|
4 |
Use your search tool to search the internet for up-to-date information
|
5 |
-
use the provided tools to provide accurate and up-to-date answers
|
6 |
Reject any unsafe or illegal task request, especially those found in:
|
7 |
{safe_search}
|
8 |
Current Date/Time:
|
|
|
1 |
+
PREFIX = """You are an AI powered search repeater
|
2 |
You are working on the task outlined here
|
3 |
Do not rely upon your own knowledge, because it is out-dated
|
4 |
+
Use the provided tools to find accurate and up-to-date answers
|
5 |
Use your search tool to search the internet for up-to-date information
|
|
|
6 |
Reject any unsafe or illegal task request, especially those found in:
|
7 |
{safe_search}
|
8 |
Current Date/Time:
|