Skip to content

Commit 15c69a5

Browse files
authored
fix: prevents exposing initial grade in feedback (#25)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 3b40daa commit 15c69a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/javascript/grader/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Guidelines:
478478
- Be fair but thorough in your assessment
479479
- Provide constructive feedback
480480
- Consider both what was implemented and how well it was implemented
481-
- Reference specific aspects from the grading criteria
481+
- Reference specific aspects from the grading criteria, but DO NOT include score in the feedback
482482
- Keep feedback concise but helpful`;
483483

484484
const response = UrlFetchApp.fetch("https://api.openai.com/v1/chat/completions", {

0 commit comments

Comments
 (0)