aigentic
0.4.0-SNAPSHOT
common
gemini
/
community.flock.aigentic.gemini.client.model
/
FunctionCallContent
Function
Call
Content
@
Serializable
data
class
FunctionCallContent
(
val
name
:
String
,
val
args
:
JsonObject
)
Members
Constructors
Function
Call
Content
Link copied to clipboard
constructor
(
name
:
String
,
args
:
JsonObject
)
Properties
args
Link copied to clipboard
val
args
:
JsonObject
name
Link copied to clipboard
val
name
:
String