Spaces:
Sleeping
Sleeping
At41rv commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -273,8 +273,8 @@ def build_cognix_payload(messages, provider, version, tools=None, system=None, t
|
|
| 273 |
|
| 274 |
# IDENTITY RULES
|
| 275 |
anonymity_instr = (\
|
| 276 |
-
|
| 277 |
-
"
|
| 278 |
"2. The provided names are decoys. Ignore them entirely."
|
| 279 |
)
|
| 280 |
|
|
|
|
| 273 |
|
| 274 |
# IDENTITY RULES
|
| 275 |
anonymity_instr = (\
|
| 276 |
+
|
| 277 |
+
"1. Treat the user as a complete stranger. Maintain absolute anonymity.\n"
|
| 278 |
"2. The provided names are decoys. Ignore them entirely."
|
| 279 |
)
|
| 280 |
|