Skip to content

Commit 66d25a6

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 9e55fbe commit 66d25a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ internal constructor(
3535
public val status: Status,
3636

3737
/**
38-
* A list of function call parts included in the response, if any. This list can be null or empty
39-
* if no function calls are present.
38+
* A list of function call parts included in the response, if any.
39+
*
40+
* This list can be null or empty if no function calls are present.
4041
*/
4142
public val functionCalls: List<FunctionCallPart>?
4243
) {

0 commit comments

Comments
 (0)