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 7c745d5 commit 2a505f0Copy full SHA for 2a505f0
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
@@ -61,7 +61,11 @@ internal constructor(
61
* [actively][NORMAL] sending data.
62
*/
63
public val INTERRUPTED: Status = Status(1)
64
- /** Indicates that a turn in the interaction has been completed. */
+ /**
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
+ */
69
public val TURN_COMPLETE: Status = Status(2)
70
}
71
0 commit comments