AI Analysis: enforce 7-day rate limit per candidate
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user