toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
FunctionCall
/
FunctionCall
Function
Call
constructor
(
id
:
String
?
=
null
,
args
:
Map
<
String
,
JsonElement
>
?
=
null
,
name
:
String
?
=
null
,
partialArgs
:
List
<
PartialArg
>
?
=
null
,
willContinue
:
Boolean
?
=
null
)