-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add API to download judge votes #53
Conversation
Adds an endpoint to download a judges votes under `/project/{project_slug}/judge/{judge_id}/download/votes`. The exported CSV contains the prompt, two responses and the judges choice.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #53 +/- ##
==========================================
+ Coverage 96.80% 96.84% +0.03%
==========================================
Files 33 33
Lines 1410 1426 +16
==========================================
+ Hits 1365 1381 +16
Misses 45 45 ☔ View full report in Codecov by Sentry. |
The system prompt should likely be exported for automated judges. We can use |
@consoull is this still in progress? Looks like a good start, just needs the UI and tests. Let me know if it would help to talk over the relevant changes on a call. |
Description
Adds an endpoint to download a judges votes under
/project/{project_slug}/judge/{judge_id}/download/votes
. The exported CSV contains the prompt, two responses and the judges choice.Pending: Frontend