Skip to content

Commit 2a505f0

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 7c745d5 commit 2a505f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ internal constructor(
6161
* [actively][NORMAL] sending data.
6262
*/
6363
public val INTERRUPTED: Status = Status(1)
64-
/** Indicates that a turn in the interaction has been completed. */
64+
/**
65+
* The server is finished sending data in the current interaction.
66+
*
67+
* Can be set alongside content, signifying that the content is the last in the turn.
68+
*/
6569
public val TURN_COMPLETE: Status = Status(2)
6670
}
6771
}

0 commit comments

Comments
 (0)