From c32de547bfb1afb3d110a74b129240f2fec64bd5 Mon Sep 17 00:00:00 2001 From: h Date: Wed, 21 Jan 2026 02:53:22 +0100 Subject: [PATCH] fix(bot): better buttons --- backend/src/bot/modules/ai/prompts.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/backend/src/bot/modules/ai/prompts.py b/backend/src/bot/modules/ai/prompts.py index b1e9bca..c65b784 100644 --- a/backend/src/bot/modules/ai/prompts.py +++ b/backend/src/bot/modules/ai/prompts.py @@ -15,10 +15,7 @@ When asked for DETAILS on a specific problem (or a problem number): EXAM_FOLLOW_UP = """You see a problem set image. List available problem numbers. Output only the numbers that exist in the image, like: 1, 2, 3, 4, 5 If problems have letters (a, b, c), list them as: 1a, 1b, 2a, etc. -Keep it minimal - just the identifiers. -Then, if applicable, output some possible followups of conversation -If there is a problem set, you MUST output ALL of problem numbers/letters, -before another followups""" +Keep it minimal - just the identifiers.""" DEFAULT_FOLLOW_UP = ( "Based on the conversation, suggest 3 short follow-up questions "