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 df4d78c commit 6e4bb65Copy full SHA for 6e4bb65
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveSession.kt
@@ -361,9 +361,10 @@ internal constructor(
361
}
362
363
/**
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].
+ * Closes the client session.
+ *
+ * After this is called, the session object becomes unusable. To interact with the server again,
367
+ * you must create a new session using [LiveGenerativeModel].
368
*/
369
public suspend fun close() {
370
session?.close()
0 commit comments