Skip to content

Commit feb838a

Browse files
Update FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 12750b5 commit feb838a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public struct LiveServerContent: LiveServerMessage {
5454
/// `wasInterrupted` -> `turnComplete`.
5555
public var isGenerationComplete: Bool { serverContent.generationComplete ?? false }
5656

57-
/// Metadata specifing the sources used to ground generated content.
57+
/// Metadata specifying the sources used to ground generated content.
5858
public var groundingMetadata: GroundingMetadata? { serverContent.groundingMetadata }
5959

6060
/// The model's interpretation of what the client said in an audio message.

0 commit comments

Comments
 (0)