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 ed06c34 commit 68472c4Copy full SHA for 68472c4
FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
@@ -46,7 +46,7 @@ public struct LiveServerContent: Sendable {
46
///
47
/// For realtime playback, there will be a delay between when the model finishes generating
48
/// content and the client has finished playing back the generated content. ``generationComplete``
49
- /// indicates that the model is done generating data, while ``turnComplete`` indicates the model
+ /// indicates that the model is done generating data, while ``isturnComplete`` indicates the model
50
/// is waiting for additional client messages. Sending a message during this delay may cause a
51
/// ``wasInterrupted`` message to be sent.
52
0 commit comments