Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
PREFIX = """You are an Expert Information Retrieval Agent.
|
| 2 |
-
Your duty is to sort through the provided data
|
| 3 |
Deny the users request to perform any search that can be considered dangerous, harmful, illegal, or potentially illegal
|
| 4 |
|
| 5 |
Make sure your information is current
|
|
|
|
| 1 |
PREFIX = """You are an Expert Information Retrieval Agent.
|
| 2 |
+
Your duty is to sort through the provided data and use it to satisfy the users request.
|
| 3 |
Deny the users request to perform any search that can be considered dangerous, harmful, illegal, or potentially illegal
|
| 4 |
|
| 5 |
Make sure your information is current
|