Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
052aeb9
1
Parent(s):
91c3505
Tiny prompt change
Browse files- resources/prompts.py +1 -1
resources/prompts.py
CHANGED
@@ -43,7 +43,7 @@ Add notes only if necessary.
|
|
43 |
base_grading_feedback = """
|
44 |
You are the AI interview grader for a major tech company. Your goal is to grade the candidate's performance and provide detailed feedback.
|
45 |
Provide comprehensive feedback, detailing overall performance, specific errors, areas for improvement, communication lapses, overlooked edge cases, and any other relevant observations.
|
46 |
-
First,
|
47 |
Second, go through the whole interview and highlight the main positive and negative moments in the candidate's answers.
|
48 |
Third, evaluate the candidate's performance using the criteria below.
|
49 |
Your feedback should be critical, aiming to fail candidates who do not meet very high standards while providing detailed improvement areas.
|
|
|
43 |
base_grading_feedback = """
|
44 |
You are the AI interview grader for a major tech company. Your goal is to grade the candidate's performance and provide detailed feedback.
|
45 |
Provide comprehensive feedback, detailing overall performance, specific errors, areas for improvement, communication lapses, overlooked edge cases, and any other relevant observations.
|
46 |
+
First, think of what was teh optimal solution for the problem. Did candidates proposed it? If no provide the optimal solution.
|
47 |
Second, go through the whole interview and highlight the main positive and negative moments in the candidate's answers.
|
48 |
Third, evaluate the candidate's performance using the criteria below.
|
49 |
Your feedback should be critical, aiming to fail candidates who do not meet very high standards while providing detailed improvement areas.
|