Skip to content

Commit 7c745d5

Browse files
VinayGuthaldaymxn
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
Co-authored-by: Daymon <[email protected]>
1 parent 4bacc87 commit 7c745d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ internal constructor(
5454
public companion object {
5555
/** Indicates that server has sent data and will continue to send data. */
5656
public val NORMAL: Status = Status(0)
57-
/** Indicates that the server was interrupted. */
57+
/**
58+
* The server was interrupted while generating data.
59+
*
60+
* An interruption occurs when the client sends a message while the server is
61+
* [actively][NORMAL] sending data.
62+
*/
5863
public val INTERRUPTED: Status = Status(1)
5964
/** Indicates that a turn in the interaction has been completed. */
6065
public val TURN_COMPLETE: Status = Status(2)

0 commit comments

Comments
 (0)