undid more changes
Browse files
components/generators/daily_feed.py
CHANGED
@@ -42,6 +42,7 @@ def build_prompt(content: str, topic: str) -> str:
|
|
42 |
"- U.S. imposes sweeping tariffs on Chinese tech giants, rattling global markets ππΊπΈ\n (15β20 words)"
|
43 |
"- Ceasefire breakthrough: Netanyahu bows to pressure after week-long escalation π₯ποΈ\n (15β20 words)"
|
44 |
"\n"
|
|
|
45 |
"Be sharp. Be brief. No fluff. No preambles. Just the summaries.\n"
|
46 |
"Return only the final summary block β no extra commentary, no prompt repetition."
|
47 |
)
|
|
|
42 |
"- U.S. imposes sweeping tariffs on Chinese tech giants, rattling global markets ππΊπΈ\n (15β20 words)"
|
43 |
"- Ceasefire breakthrough: Netanyahu bows to pressure after week-long escalation π₯ποΈ\n (15β20 words)"
|
44 |
"\n"
|
45 |
+
"If you don't find anything useful, don't return anything for that news item"
|
46 |
"Be sharp. Be brief. No fluff. No preambles. Just the summaries.\n"
|
47 |
"Return only the final summary block β no extra commentary, no prompt repetition."
|
48 |
)
|