Revert "Reduce gemini partial batch noise"

This reverts commit 3be797131a.
This commit is contained in:
GHStaK
2026-03-18 13:00:41 +09:00
parent 770aea0f57
commit 9a33ecc6b5
4 changed files with 30 additions and 79 deletions
+8
View File
@@ -198,6 +198,14 @@ func EvaluateAllCandidatesWithGeminiWithDeadline(service *GeminiService, query s
seen[item.Link] = true
merged = append(merged, item)
}
if len(hardErrs) > 0 {
stats.Failed++
for _, recoveredErr := range hardErrs {
if len(stats.Errors) < 5 {
stats.Errors = append(stats.Errors, recoveredErr)
}
}
}
continue
}
if len(hardErrs) == 0 {