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.
2 parents 3788525 + 31570e3 commit 12750b5Copy full SHA for 12750b5
FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
@@ -33,8 +33,7 @@ public struct LiveServerContent: LiveServerMessage {
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