Skip to content

Commit 420e2e1

Browse files
committed
update
1 parent 4e35fd6 commit 420e2e1

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/type/LiveContentResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal constructor(
5454
@JvmInline
5555
public value class Status private constructor(private val value: Int) {
5656
public companion object {
57-
/** Indicates that the server has sent data and will continue to send data. */
57+
/** The server is actively sending data for the current interaction. */
5858
public val NORMAL: Status = Status(0)
5959
/**
6060
* The server was interrupted while generating data.

0 commit comments

Comments
 (0)