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 4e35fd6 commit 420e2e1Copy full SHA for 420e2e1
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
@@ -54,7 +54,7 @@ internal constructor(
54
@JvmInline
55
public value class Status private constructor(private val value: Int) {
56
public companion object {
57
- /** Indicates that the server has sent data and will continue to send data. */
+ /** The server is actively sending data for the current interaction. */
58
public val NORMAL: Status = Status(0)
59
/**
60
* The server was interrupted while generating data.
0 commit comments