Skip to content

Commit 96ffdd1

Browse files
committed
small changes
1 parent 66d25a6 commit 96ffdd1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
package com.google.firebase.vertexai.type
1818

1919
/**
20-
* Represents the response from the server for live content updates. This class encapsulates the
21-
* content data, the status of the response, and any function calls included in the response.
22-
* @param data
20+
* Represents the response from the model for live content updates.
21+
*
22+
* This class encapsulates the content data, the status of the response, and any function calls
23+
* included in the response.
2324
*/
2425
@PublicPreviewAPI
2526
public class LiveContentResponse
@@ -35,7 +36,7 @@ internal constructor(
3536
public val status: Status,
3637

3738
/**
38-
* A list of function call parts included in the response, if any.
39+
* A list of [FunctionCallPart] included in the response, if any.
3940
*
4041
* This list can be null or empty if no function calls are present.
4142
*/
@@ -63,7 +64,7 @@ internal constructor(
6364
*/
6465
public val INTERRUPTED: Status = Status(1)
6566
/**
66-
* The server is finished sending data in the current interaction.
67+
* The model has finished sending data in the current interaction.
6768
*
6869
* Can be set alongside content, signifying that the content is the last in the turn.
6970
*/

0 commit comments

Comments
 (0)