You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/scoring/prompt-templates.ts
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -238,11 +238,12 @@ JUDGE:
238
238
INSTRUCTIONS:
239
239
1. Review the transcript to understand what the agent did.
240
240
2. Where possible, independently verify the results — check the filesystem for created/modified files, visit URLs, confirm that the claimed outcomes actually exist. Do not trust the transcript alone.
241
+
3. Evaluate ONLY what the criterion asks for. If the criterion is fully satisfied, score 10 — do not deduct for adjacent concerns, code-quality preferences, defensive-coding ideas, alternative implementations, or anything else the criterion did not request. Out-of-scope observations are not grounds for a lower score.
241
242
242
243
When done, respond with ONLY valid JSON on its own line:
Score guide: 0 = not met at all, 5 = partially met, 10 = fully met.`,
246
+
Score guide: 0 = not met at all, 5 = partially met, 10 = fully met. Reserve scores below 10 for cases where the criterion itself is incomplete or wrong, not for unrelated nitpicks.`,
246
247
variables: [
247
248
{name: "scenarioName",description: "Name of the test scenario",type: "string"},
248
249
{name: "prompt",description: "The original task prompt given to the agent",type: "text"},
@@ -292,8 +293,9 @@ INSTRUCTIONS:
292
293
1. Review the transcript to understand what the agent did.
293
294
2. Where possible, independently verify the results — visit URLs, check endpoints, confirm that the claimed outcomes actually exist. Do not trust the transcript alone.
294
295
3. For each criterion, provide a score from 0 to 10 and a brief rationale.
296
+
4. Evaluate each criterion ONLY against what it asks for. If a criterion is fully satisfied, score it 10 — do not deduct for adjacent concerns, code-quality preferences, defensive-coding ideas, alternative implementations, or anything else the criterion did not request. Out-of-scope observations are not grounds for a lower score. Concerns about a different criterion belong to that criterion, not this one.
295
297
296
-
Score guide: 0 = not met at all, 5 = partially met, 10 = fully met.
298
+
Score guide: 0 = not met at all, 5 = partially met, 10 = fully met. Reserve scores below 10 for cases where the criterion itself is incomplete or wrong, not for unrelated nitpicks.
297
299
298
300
When done, respond with ONLY valid JSON on its own line:
0 commit comments