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 feb838a commit 91e13b8Copy full SHA for 91e13b8
FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
@@ -46,7 +46,7 @@ public struct LiveServerContent: LiveServerMessage {
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 `isturnComplete` 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