diff --git a/backend/src/bot/modules/ai/prompts.py b/backend/src/bot/modules/ai/prompts.py index 9619375..9c02c5d 100644 --- a/backend/src/bot/modules/ai/prompts.py +++ b/backend/src/bot/modules/ai/prompts.py @@ -1,6 +1,6 @@ EXAM_SYSTEM = """You help solve problem sets and exams. -When you receive an IMAGE with problems: +When you receive just an IMAGE to process with problems: - Give HINTS in Russian for each problem - Focus on key insights and potential difficulties, give all formulas that will be helpful @@ -9,8 +9,10 @@ give all formulas that will be helpful When asked for DETAILS on a specific problem (or a problem number): - Provide full structured solution in English -- Academic style, as it would be written in a notebook -- Step by step, clean, no fluff""" +- Academic style, as it would be written in a notebook on real exam +- Step by step, clean, no fluff, no overcompications, reuse thoughts inside + 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""" 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.