Check whether the judge was calibrated
judge_statusReads .evalgate/calibration.json to report a judge's measured agreement with human scores. Call before trusting any rubric or grounded score to verify calibration.
Instructions
Read .evalgate/calibration.json and report the judge’s measured agreement with human scores. An uncalibrated judge is a random number generator with good manners — call this before trusting any rubric or grounded score. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| judgeId | No | If given, verify the stamp belongs to this judge id. | |
| calibrationPath | Yes | Path to .evalgate/calibration.json. |