From 5c6424fa91201c6a70225895da772c9584488781 Mon Sep 17 00:00:00 2001 From: Dhruv Dhamani Date: Mon, 26 Aug 2024 15:03:00 -0400 Subject: [PATCH] improved combined slo prompt --- src/grade.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/grade.rs b/src/grade.rs index b3c33953e..dc61c08fb 100644 --- a/src/grade.rs +++ b/src/grade.rs @@ -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()?