Skip to content

Commit 91e13b8

Browse files
Update FirebaseAI/Sources/Types/Public/Live/LiveServerContent.swift
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent feb838a commit 91e13b8

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
@@ -46,7 +46,7 @@ public struct LiveServerContent: LiveServerMessage {
4646
///
4747
/// For realtime playback, there will be a delay between when the model finishes generating
4848
/// 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
49+
/// indicates that the model is done generating data, while `isTurnComplete` indicates the model
5050
/// is waiting for additional client messages. Sending a message during this delay may cause a
5151
/// `wasInterrupted` message to be sent.
5252
///

0 commit comments

Comments
 (0)