a2cui-agui
Toggle table of contents
0.1.0-a02
common
Target filter
common
Switch theme
Search in API
Skip to content
a2cui-agui
a2cui-agui
/
dev.mikepenz.a2cui.agui
/
AguiEvent
/
ToolCallArgs
Tool
Call
Args
@
Serializable
@
SerialName
(
value
=
"TOOL_CALL_ARGS"
)
data
class
ToolCallArgs
(
val
toolCallId
:
String
,
val
delta
:
String
,
val
timestamp
:
Long
?
=
null
)
:
AguiEvent
Members
Constructors
Tool
Call
Args
Link copied to clipboard
constructor
(
toolCallId
:
String
,
delta
:
String
,
timestamp
:
Long
?
=
null
)
Properties
delta
Link copied to clipboard
val
delta
:
String
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long
?
tool
Call
Id
Link copied to clipboard
val
toolCallId
:
String