AI Analysis: enforce 7-day rate limit per candidate

This commit is contained in:
jeremy bayse
2026-03-25 19:02:26 +01:00
parent 40c8aa2e5a
commit 7a05b7e6b3
4 changed files with 22 additions and 32 deletions

View File

@@ -115,8 +115,9 @@ class AIAnalysisService
default => $this->callOllama($prompt),
};
// Inject provider name for display
// Inject metadata for display and tracking
$analysis['provider'] = $provider;
$analysis['analyzed_at'] = now()->toIso8601String();
return $analysis;
}