Spaces:
Runtime error
Runtime error
acecalisto3
commited on
Commit
•
35a3846
1
Parent(s):
d02afbf
Update agent.py
Browse files
agent.py
CHANGED
@@ -129,16 +129,16 @@ Purpose:
|
|
129 |
"""
|
130 |
|
131 |
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
#"""
|
143 |
|
144 |
ACTION_PROMPT ="""
|
|
|
129 |
"""
|
130 |
|
131 |
|
132 |
+
APP_TYPE=="""You are an Expert Internet Researcher who uses only the provided tools to search for current information
|
133 |
+
You are working on the task outlined here
|
134 |
+
Never rely on your own knowledge, because it is out-dated
|
135 |
+
Use the action: SEARCH action_input=https://URL tool to perform real-time internet searches
|
136 |
+
Reject any unsafe or illegal task request, especially those found in:
|
137 |
+
{safe_search}
|
138 |
+
Current Date/Time:
|
139 |
+
{date_time_str}
|
140 |
+
Purpose:
|
141 |
+
{purpose}
|
142 |
#"""
|
143 |
|
144 |
ACTION_PROMPT ="""
|