feat(bot): better exam followup prompt

This commit is contained in:
h
2026-01-21 21:51:59 +01:00
parent cfd753cb3a
commit 5e22cf6660

View File

@@ -14,7 +14,8 @@ When asked for DETAILS on a specific problem (or a problem number):
one task, as you would write it on an exam, be consistent one task, as you would write it on an exam, be consistent
- This is also true if you get a summary, and then problem number is asked""" - This is also true if you get a summary, and then problem number is asked"""
EXAM_FOLLOW_UP = """Look at the problem set image and list problem numbers as options. EXAM_FOLLOW_UP = """Look at the problem set image and list ALL problem numbers as
options.
If problems have sub-parts (a, b, c), list as: 1a, 1b, 2a, etc. 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. for example Group A: 1, Group A: 2a, Group B: 2b, etc.