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 12750b5 commit feb838aCopy full SHA for feb838a
FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
@@ -54,7 +54,7 @@ public struct LiveServerContent: LiveServerMessage {
54
/// `wasInterrupted` -> `turnComplete`.
55
public var isGenerationComplete: Bool { serverContent.generationComplete ?? false }
56
57
- /// Metadata specifing the sources used to ground generated content.
+ /// Metadata specifying the sources used to ground generated content.
58
public var groundingMetadata: GroundingMetadata? { serverContent.groundingMetadata }
59
60
/// The model's interpretation of what the client said in an audio message.
0 commit comments