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 c5b1567 commit 31570e3Copy full SHA for 31570e3
FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
@@ -33,8 +33,7 @@ public struct LiveServerContent: Sendable {
33
///
34
/// Generation will only start in response to additional client messages.
35
36
- /// Can be set alongside `content`, indicating that the `content` is
37
- /// the last in the turn.
+ /// Can be set alongside ``modelTurn``, indicating that the content is the last in the turn.
38
public var isTurnComplete: Bool { serverContent.turnComplete ?? false }
39
40
/// The model was interrupted by a client message while generating data.
0 commit comments