Skip to content

Commit 12750b5

Browse files
committed
Merge branch 'dlr/firebaseai-live-api' of github.com:firebase/firebase-ios-sdk into dlr/firebaseai-live-api
2 parents 3788525 + 31570e3 commit 12750b5

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: LiveServerMessage {
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)