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 2a505f0 commit df4d78cCopy full SHA for df4d78c
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
@@ -52,7 +52,7 @@ internal constructor(
52
@JvmInline
53
public value class Status private constructor(private val value: Int) {
54
public companion object {
55
- /** Indicates that server has sent data and will continue to send data. */
+ /** Indicates that the server has sent data and will continue to send data. */
56
public val NORMAL: Status = Status(0)
57
/**
58
* The server was interrupted while generating data.
0 commit comments