Skip to content

Commit 31570e3

Browse files
daymxnandrewheard
andauthored
Update FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
Co-authored-by: Andrew Heard <[email protected]>
1 parent c5b1567 commit 31570e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public struct LiveServerContent: Sendable {
3333
///
3434
/// Generation will only start in response to additional client messages.
3535
///
36-
/// Can be set alongside `content`, indicating that the `content` is
37-
/// the last in the turn.
36+
/// Can be set alongside ``modelTurn``, indicating that the content is the last in the turn.
3837
public var isTurnComplete: Bool { serverContent.turnComplete ?? false }
3938

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

0 commit comments

Comments
 (0)