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
/
RunStarted
Run
Started
@
Serializable
@
SerialName
(
value
=
"RUN_STARTED"
)
data
class
RunStarted
(
val
threadId
:
String
,
val
runId
:
String
,
val
timestamp
:
Long
?
=
null
)
:
AguiEvent
Members
Constructors
Run
Started
Link copied to clipboard
constructor
(
threadId
:
String
,
runId
:
String
,
timestamp
:
Long
?
=
null
)
Properties
run
Id
Link copied to clipboard
val
runId
:
String
thread
Id
Link copied to clipboard
val
threadId
:
String
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long
?