From 3b632f4be79ee1123cb136e128514177d05755f1 Mon Sep 17 00:00:00 2001 From: Nayan Date: Wed, 12 Nov 2025 20:00:03 +0530 Subject: [PATCH] refactor(ai_generator): update profile summary prompt for clarity and conciseness --- modules/ai_generator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ai_generator.py b/modules/ai_generator.py index d27e4bd7..6b5284eb 100644 --- a/modules/ai_generator.py +++ b/modules/ai_generator.py @@ -88,7 +88,8 @@ def generate_profile_summary(self, profile_data): str: AI-generated profile summary """ prompt = ( - "Craft a Concise, SEO-optimized first-person profile description that:" + "Write only the final profile summary text — no introductions, no explanations, and no meta sentences." + "\nCraft a Concise, SEO-optimized first-person profile description that:" "\n- Highlights the developer's strongest technical skills and expertise" "\n- Concise and on to the point" "\n- Uses simple, direct language without excessive superlatives"