Skip to content

Commit ca3ebb9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ public struct LiveGenerationConfig: Sendable {
107107
/// the model.
108108
///
109109
/// Input transcripts are the model's interprutation of audio data sent to it, and they are
110-
/// populated in model responses via ``LiveServerContent``. When this fields is set to `nil`,
110+
/// populated in model responses via ``LiveServerContent``. When this field is set to `nil`,
111111
/// input transcripts are not populated in model responses.
112112
/// - outputAudioTranscription: Configures (and enables) output transcriptions when streaming to
113113
/// the model.
114114
///
115115
/// Output transcripts are text representations of the audio the model is sending to the
116116
/// client, and they are populated in model responses via ``LiveServerContent``. When this
117-
/// fields is set to `nil`, output transcripts are not populated in model responses.
117+
/// field is set to `nil`, output transcripts are not populated in model responses.
118118
///
119119
/// > Important: Transcripts are independent to the model turn. This means transcripts may
120120
/// > come earlier or later than when the model sends the corresponding audio responses.

0 commit comments

Comments
 (0)