Skip to content

Commit 2542e51

Browse files
committed
Fix format
1 parent 988242a commit 2542e51

File tree

1 file changed

+6
-5
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type

1 file changed

+6
-5
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveSession.kt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ internal constructor(
128128
}
129129

130130
/**
131-
* Receives all function call responses from the server for the audio conversation feature.
132-
* This can be called only after calling [startAudioConversation] function.
131+
* Receives all function call responses from the server for the audio conversation feature. This
132+
* can be called only after calling [startAudioConversation] function.
133133
*
134134
* @return A [Flow] which will emit list of [FunctionCallPart] as they are returned by the model.
135135
*/
@@ -216,9 +216,10 @@ internal constructor(
216216
delay(1000)
217217
}
218218

219-
/** Stops the audio conversation with the Gemini Server. This needs to be called only after
220-
* calling [startAudioConversation]
221-
* */
219+
/**
220+
* Stops the audio conversation with the Gemini Server. This needs to be called only after calling
221+
* [startAudioConversation]
222+
*/
222223
public fun stopAudioConversation() {
223224
stopReceiving()
224225
isRecording = false

0 commit comments

Comments
 (0)