Skip to content

Commit 9e55fbe

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 793ed8b commit 9e55fbe

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
@@ -48,7 +48,7 @@ internal constructor(
4848
public val text: String? =
4949
data?.parts?.filterIsInstance<TextPart>()?.joinToString(" ") { it.text }
5050

51-
/** Represents the status of a [LiveContentResponse]. */
51+
/** Represents the status of a [LiveContentResponse], within a single interaction. */
5252
@JvmInline
5353
public value class Status private constructor(private val value: Int) {
5454
public companion object {

0 commit comments

Comments
 (0)