AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.agent
/
AgentMessage
/
Tool
/
Call
Call
jvm
@
Serializable
data
class
Call
(
val
id
:
UUID
,
val
timestamp
:
Instant
,
val
callId
:
String
,
val
name
:
String
,
val
arguments
:
String
,
val
reason
:
String
?
,
val
validatedArgs
:
JsonElement
?
)
:
AgentMessage.Tool
(
source
)
Members
Constructors
Call
Link copied to clipboard
jvm
constructor
(
id
:
UUID
,
timestamp
:
Instant
,
callId
:
String
,
name
:
String
,
arguments
:
String
,
reason
:
String
?
,
validatedArgs
:
JsonElement
?
)
Properties
arguments
Link copied to clipboard
jvm
val
arguments
:
String
call
Id
Link copied to clipboard
jvm
open
override
val
callId
:
String
id
Link copied to clipboard
jvm
@
Serializable
(
with
=
UuidSerializer::class
)
open
override
val
id
:
UUID
name
Link copied to clipboard
jvm
val
name
:
String
reason
Link copied to clipboard
jvm
val
reason
:
String
?
timestamp
Link copied to clipboard
jvm
@
Serializable
(
with
=
InstantLongSerializer::class
)
open
override
val
timestamp
:
Instant
validated
Args
Link copied to clipboard
jvm
val
validatedArgs
:
JsonElement
?