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 bba76c6 commit 7dacdc2Copy full SHA for 7dacdc2
FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
@@ -55,7 +55,7 @@ public struct LiveServerContent: Sendable {
55
///
56
/// Note that if the model was ``interrupted``, this will not be set. The model will go from
57
/// ``interrupted`` -> ``turnComplete``.
58
- public var generationComplete: Bool? { serverContent.generationComplete }
+ public var isGenerationComplete: Bool? { serverContent.generationComplete }
59
60
/// Metadata specifing the sources used to ground generated content.
61
public var groundingMetadata: GroundingMetadata? { serverContent.groundingMetadata }
0 commit comments