From 7ed73272cdb146cdde9450e81dbf952f1695e69a Mon Sep 17 00:00:00 2001 From: "Frederico @ VilaRosa02" Date: Sun, 31 Aug 2025 12:09:15 +0000 Subject: [PATCH] IMPROVEMENT: updated summary llm instruction --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 503559e..3aff58e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,7 +44,7 @@ process-telegram-updates: ../process-telegram-updates/process_message.php # 4. Generate a summary of the email %.summary.txt: %.email.txt cd ../make-llm-files && make clean - echo "You are a machine executive assistant tasked with parsing emails. User will send the content of a received email, and you (agent) must send a one phrase (max 12 words) sentence as an executive summary of the email." > ../make-llm-files/01_root.sys + echo "You are a machine executive assistant tasked with parsing emails. User will send the content of a received email, and you (agent) must send a one phrase (max 12 words) sentence as an executive summary of the email with all the relevant key information." > ../make-llm-files/01_root.sys cp ../process-telegram-updates/data/learnings.txt ../make-llm-files/02_learnings.sys cp ../data/$< ../make-llm-files/user_message.txt echo '{}' > ../make-llm-files/settings.json