diff --git a/backend/core/Services/SiroGeminiService.php b/backend/core/Services/SiroGeminiService.php index 019a6a19..c92fcbc7 100644 --- a/backend/core/Services/SiroGeminiService.php +++ b/backend/core/Services/SiroGeminiService.php @@ -249,6 +249,8 @@ class SiroGeminiService { error_log("[SiroGeminiService] Exception: " . $e->getMessage()); return null; } + } + public function evaluatePostsForReporting(array $posts, string $model = 'gemini-flash-lite-latest'): ?string { if (!$this->apiKey || empty($posts)) return null;