Skip to content

Commit 6059fd3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ internal constructor(
8585
/**
8686
* Returns a [LiveSession] object using which you could send/receive messages from the server
8787
* @return LiveSession object created
88-
* @throws [ServiceConnectionHandshakeFailedException] if the client was not able to establish a
88+
* @throws [ServiceConnectionHandshakeFailedException] If the client was not able to establish a
8989
* connection with the server.
9090
*/
9191
public suspend fun connect(): LiveSession {

0 commit comments

Comments
 (0)