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 9e55fbe commit 66d25a6Copy full SHA for 66d25a6
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
@@ -35,8 +35,9 @@ internal constructor(
35
public val status: Status,
36
37
/**
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.
+ * A list of function call parts included in the response, if any.
+ *
40
+ * This list can be null or empty if no function calls are present.
41
*/
42
public val functionCalls: List<FunctionCallPart>?
43
) {
0 commit comments