Skip to content

Commit ed06c34

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

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
@@ -34,7 +34,7 @@ public struct LiveServerContent: Sendable {
3434
///
3535
/// Can be set alongside ``content``, indicating that the ``content`` is
3636
/// the last in the turn.
37-
public var turnComplete: Bool? { serverContent.turnComplete }
37+
public var isTurnComplete: Bool? { serverContent.turnComplete }
3838

3939
/// The model was interrupted by a client message while generating data.
4040
///

0 commit comments

Comments
 (0)