Skip to content

Commit

Permalink
add general instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Jan 26, 2025
1 parent 5d33f50 commit 592468f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ async def generate_suggestions(exercise: Exercise, submission: Submission, confi
A sample solution to the problem statement is:
# Example Solution
{exercise.example_solution}
# End Example Solution"""
# End Example Solution
# General Instructions
# You do not have access to lecture materials, exercise sheet or otherwise. If any criteria or instruction requires you to have this knowledge do not make any assumptions.
# End General Instructions"""

criteria_explanation_prompt += problem_statement
# print(criteria)
# print(type(criteria))
Expand Down

0 comments on commit 592468f

Please sign in to comment.