From b27d95258f3531b2b6a28ad61b248675b0efb159 Mon Sep 17 00:00:00 2001 From: h Date: Wed, 21 Jan 2026 21:42:43 +0100 Subject: [PATCH] feat(bot): better prompt for multiple images --- backend/src/bot/modules/ai/prompts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/bot/modules/ai/prompts.py b/backend/src/bot/modules/ai/prompts.py index 7e664ac..a131d66 100644 --- a/backend/src/bot/modules/ai/prompts.py +++ b/backend/src/bot/modules/ai/prompts.py @@ -14,6 +14,7 @@ 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 Only output identifiers that exist in the image.""" DEFAULT_FOLLOW_UP = (