Integrate special award eligibility into AI filtering pass
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m18s

Single AI call now evaluates both screening criteria AND award eligibility.
Awards with useAiEligibility + criteriaText are appended to the system prompt,
AI returns award_matches per project, results auto-populate AwardEligibility
and auto-shortlist top-N. Re-running filtering clears and re-evaluates awards.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 20:32:38 +01:00
parent 1fe6667400
commit 619206c03f
3 changed files with 268 additions and 17 deletions

View File

@@ -1915,7 +1915,7 @@ function AwardTracksSection({ competitionId, roundId }: { competitionId: string;
Special Award Tracks
</CardTitle>
<CardDescription>
Evaluate passed projects against special award criteria and manage shortlists
Award eligibility is evaluated automatically during AI filtering. Use Run Eligibility to re-evaluate.
</CardDescription>
</CardHeader>
<CardContent className="space-y-3">