Skip to content

Commit

Permalink
helpful prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Jan 23, 2025
1 parent de8960c commit 9a12c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/text/module_text_llm/module_text_llm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ async def suggest_feedback(exercise: Exercise, submission: Submission, is_graded
module_config.approach = FewShotChainOfThoughtConfig()
return await generate_suggestions(exercise, submission, module_config.approach, module_config.debug, is_graded)


module_config.approach = FewShotChainOfThoughtConfig()

return await generate_suggestions(exercise, submission, module_config.approach, module_config.debug, is_graded)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@
}}
# End of Examples
Remember to be extra caution and careful not to reveal the solution. Your feedback should be constructive and helpful to guide and encourage the student to improve, but without telling them what to write.
You are allowed to use the examples above as inspiration, but make sure to adapt them to the student's submission. Furthermore, you may deviate on the feedback content in order to be more assisting to the student.
You may also explain things which the student seem to have misconceptions about. However you should not give away the solution.
# Your Assessment
Now its your turn. Here is student the submission (with sentence numbers <number>: <sentence>):
\"\"\"
Expand Down

0 comments on commit 9a12c39

Please sign in to comment.