Skip to content

Commit e8e6370

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent 7dacdc2 commit e8e6370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public struct LiveServerContent: Sendable {
4040
///
4141
/// If the client is playing out the content in realtime, this is a
4242
/// good signal to stop and empty the current queue.
43-
public var interrupted: Bool? { serverContent.interrupted }
43+
public var wasInterrupted: Bool? { serverContent.interrupted }
4444

4545
/// The model has finished _generating_ data for the current turn.
4646
///

0 commit comments

Comments
 (0)