From 856a39cc3fb069303243e425eb1a58c73bb78e56 Mon Sep 17 00:00:00 2001 From: h Date: Wed, 21 Jan 2026 21:45:07 +0100 Subject: [PATCH] feat(bot): better prompt for multiple images --- backend/src/bot/modules/ai/prompts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/src/bot/modules/ai/prompts.py b/backend/src/bot/modules/ai/prompts.py index a131d66..9619375 100644 --- a/backend/src/bot/modules/ai/prompts.py +++ b/backend/src/bot/modules/ai/prompts.py @@ -14,7 +14,9 @@ When asked for DETAILS on a specific problem (or a problem number): EXAM_FOLLOW_UP = """Look at the problem set image and list problem numbers as options. If problems have sub-parts (a, b, c), list as: 1a, 1b, 2a, etc. -If there are multiple problem sets/sheets, break it down logically and specify set +If there are multiple problem sets/sheets, break it down logically and specify set, +for example Group A: 1, Group A: 2a, Group B: 2b, etc. +Or, Theory: 1, Theory: 2a, Practice: 1, etc. Only output identifiers that exist in the image.""" DEFAULT_FOLLOW_UP = (