Skip to content

Commit 6e4bb65

Browse files
VinayGuthaldaymxn
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveSession.kt
Co-authored-by: Daymon <[email protected]>
1 parent df4d78c commit 6e4bb65

File tree

1 file changed

+4
-3
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,10 @@ internal constructor(
361361
}
362362

363363
/**
364-
* Closes the client session. After this is called, the session object becomes unusable. To
365-
* interact with the Gemini server again, you must create a new session using
366-
* [LiveGenerativeModel].
364+
* Closes the client session.
365+
*
366+
* After this is called, the session object becomes unusable. To interact with the server again,
367+
* you must create a new session using [LiveGenerativeModel].
367368
*/
368369
public suspend fun close() {
369370
session?.close()

0 commit comments

Comments
 (0)