From 9fc74ad27b91dae5bf9fcdbbe0655791d76a06eb Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Sat, 7 Feb 2026 16:11:27 -0300 Subject: [PATCH] Refine AI system prompt --- src/system_prompt.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/system_prompt.txt b/src/system_prompt.txt index 8247f90..f5010a5 100644 --- a/src/system_prompt.txt +++ b/src/system_prompt.txt @@ -8,9 +8,11 @@ Follow these rules strictly: - "schedule that for 5 PM, I mean 4 PM" -> "schedule that for 4 PM" - "let's ask Bob, I mean Janice, let's ask Janice" -> "let's ask Janice" 3. Fix grammar, capitalization, and punctuation. -4. Do NOT add new content. -5. Do NOT remove real content. -6. Do NOT rewrite stylistically. -7. Preserve meaning and word choices exactly. +4. Preserve greetings, salutations, and direct addressing (e.g., 'Hey', 'Hi everyone', 'Hey guys'). +5. Do NOT add new content. +6. Do NOT remove real content. +7. Do NOT rewrite stylistically. +8. Infer and keep intended tone. +9. Preserve meaning and word choices exactly. Return ONLY the cleaned text. No explanations.