Skip to content

Commit 7f4ed1a

Browse files
VinayGuthaldaymxn
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/LiveGenerativeModel.kt
Co-authored-by: Daymon <[email protected]>
1 parent 1739069 commit 7f4ed1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/LiveGenerativeModel.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ internal constructor(
8383
)
8484

8585
/**
86-
* Returns a [LiveSession] object using which you could send/receive messages from the server
86+
* Start a [LiveSession] with the server for bidirectional streaming.
87+
*
8788
* @return A [LiveSession] that you can use to stream messages to and from the server.
8889
* @throws [ServiceConnectionHandshakeFailedException] If the client was not able to establish a
8990
* connection with the server.

0 commit comments

Comments
 (0)