Commit ·
411fb5d
1
Parent(s): 86cfeac
- ignoring names
Browse files
Messaging_system/MultiMessage.py
CHANGED
|
@@ -374,10 +374,19 @@ Return only JSON of the form:
|
|
| 374 |
messages. Ensure the final output is valid JSON with keys "header" and "message."
|
| 375 |
|
| 376 |
ABSOLUTE RULE – OVERRIDES EVERYTHING ELSE:
|
| 377 |
-
the header and the message **MUST NOT** contain any banned word (case-insensitive; singular, plural, verb forms, or their derivatives)
|
| 378 |
|
| 379 |
Banned word:
|
| 380 |
{jargon_list}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 381 |
""".strip()
|
| 382 |
|
| 383 |
|
|
|
|
| 374 |
messages. Ensure the final output is valid JSON with keys "header" and "message."
|
| 375 |
|
| 376 |
ABSOLUTE RULE – OVERRIDES EVERYTHING ELSE:
|
| 377 |
+
the header and the message **MUST NOT** contain any banned word or phrases (case-insensitive; singular, plural, verb forms, or their derivatives)
|
| 378 |
|
| 379 |
Banned word:
|
| 380 |
{jargon_list}
|
| 381 |
+
|
| 382 |
+
Banned phrases:
|
| 383 |
+
Voice is NOT an instrument, so avoid phrases like below:
|
| 384 |
+
- Your voice is waiting
|
| 385 |
+
- Your voice awaits
|
| 386 |
+
- Your voice needs you
|
| 387 |
+
- Your voice is calling
|
| 388 |
+
- ...
|
| 389 |
+
|
| 390 |
""".strip()
|
| 391 |
|
| 392 |
|