We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efe659 commit 72e4c32Copy full SHA for 72e4c32
FirebaseAI/Sources/GenerativeModel.swift
@@ -250,7 +250,7 @@ public final class GenerativeModel: Sendable {
250
if response.candidates.allSatisfy({ $0.isEmpty }) {
251
AILog.log(
252
level: .debug,
253
- code: .generateContentResponseNoCandidates,
+ code: .generateContentResponseEmptyCandidates,
254
"Skipped response with all empty candidates: \(response)"
255
)
256
} else {
0 commit comments