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 7dacdc2 commit e8e6370Copy full SHA for e8e6370
FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
@@ -40,7 +40,7 @@ public struct LiveServerContent: Sendable {
40
///
41
/// If the client is playing out the content in realtime, this is a
42
/// good signal to stop and empty the current queue.
43
- public var interrupted: Bool? { serverContent.interrupted }
+ public var wasInterrupted: Bool? { serverContent.interrupted }
44
45
/// The model has finished _generating_ data for the current turn.
46
0 commit comments