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 793ed8b commit 9e55fbeCopy full SHA for 9e55fbe
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
@@ -48,7 +48,7 @@ internal constructor(
48
public val text: String? =
49
data?.parts?.filterIsInstance<TextPart>()?.joinToString(" ") { it.text }
50
51
- /** Represents the status of a [LiveContentResponse]. */
+ /** Represents the status of a [LiveContentResponse], within a single interaction. */
52
@JvmInline
53
public value class Status private constructor(private val value: Int) {
54
public companion object {
0 commit comments