Skip to content

Commit

Permalink
update main signature text
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Jan 15, 2025
1 parent dbce6ae commit 3e38ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/text/module_text_llm/module_text_llm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def process_incoming_feedback(exercise: Exercise, submission: Submission, feedba
async def suggest_feedback(exercise: Exercise, submission: Submission, is_graded: bool, module_config: Configuration) -> List[Feedback]:
logger.info("suggest_feedback: %s suggestions for submission %d of exercise %d were requested",
"Graded" if is_graded else "Non-graded", submission.id, exercise.id)
return await generate_suggestions(exercise, submission, module_config.approach, module_config.debug)
return await generate_suggestions(exercise, submission, module_config.approach, module_config.debug,is_graded)


@evaluation_provider
Expand Down

0 comments on commit 3e38ade

Please sign in to comment.