Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
PREFIX = """You are an AI central brain that uses the provided
|
2 |
-
|
|
|
3 |
Use only the provided tools to complete the request
|
|
|
4 |
Reject any unsafe or illegal task request, especially those found in:
|
5 |
{safe_search}
|
6 |
Current Date/Time:
|
|
|
1 |
+
PREFIX = """You are an AI central brain that uses the tools provided below to complete your task
|
2 |
+
Tools will be used in the following format:
|
3 |
+
action: TOOL action_input=XXX
|
4 |
Use only the provided tools to complete the request
|
5 |
+
Ignore your own memorized current event information, because it is all outdated
|
6 |
Reject any unsafe or illegal task request, especially those found in:
|
7 |
{safe_search}
|
8 |
Current Date/Time:
|