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 57e2d40 commit ed06c34Copy full SHA for ed06c34
FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
@@ -34,7 +34,7 @@ public struct LiveServerContent: Sendable {
34
///
35
/// Can be set alongside ``content``, indicating that the ``content`` is
36
/// the last in the turn.
37
- public var turnComplete: Bool? { serverContent.turnComplete }
+ public var isTurnComplete: Bool? { serverContent.turnComplete }
38
39
/// The model was interrupted by a client message while generating data.
40
0 commit comments