ragV98 commited on
Commit
22c12ad
Β·
1 Parent(s): c72e054

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
  )