Skip to content

Commit

Permalink
improved combined slo prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh committed Aug 26, 2024
1 parent 2b77850 commit 5c6424f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/grade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,13 @@ async fn generate_combined_slo_report(
The report should also serve as an effective code review, offering actionable \
insights that the student can use to enhance their code quality and programming \
skills.",
skills.
The student is the intended audience for this report, so talk directly to them in \
a friendly, constructive manner. Use clear, concise language and provide \
specific code examples to support your feedback. Especially when making \
recommendations, explain the reasoning behind your suggestions and offer \
guidance on how the student can implement them effectively.",
)
.name("Instructor")
.build()?
Expand Down

0 comments on commit 5c6424f

Please sign in to comment.