Skip to content

Commit 4015b32

Browse files
Update FirebaseVertexAI/Sources/GenerateContentResponse.swift
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c4f685d commit 4015b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Sources/GenerateContentResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public struct GenerateContentResponse: Sendable {
9393
guard let candidate = candidates.first else {
9494
VertexLog.error(
9595
code: .generateContentResponseNoCandidates,
96-
"Could not get inline data parts from a response that had no candidates."
96+
"Could not get inline data parts because the response has no candidates. The accessor only checks the first candidate."
9797
)
9898
return []
9999
}

0 commit comments

Comments
 (0)