Skip to content

Commit 7dacdc2

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent bba76c6 commit 7dacdc2

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
@@ -55,7 +55,7 @@ public struct LiveServerContent: Sendable {
5555
///
5656
/// Note that if the model was ``interrupted``, this will not be set. The model will go from
5757
/// ``interrupted`` -> ``turnComplete``.
58-
public var generationComplete: Bool? { serverContent.generationComplete }
58+
public var isGenerationComplete: Bool? { serverContent.generationComplete }
5959

6060
/// Metadata specifing the sources used to ground generated content.
6161
public var groundingMetadata: GroundingMetadata? { serverContent.groundingMetadata }

0 commit comments

Comments
 (0)