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
/
Result
Result
jvm
@
Serializable
data
class
Result
(
val
id
:
UUID
,
val
timestamp
:
Instant
,
val
callId
:
String
,
val
content
:
String
,
val
status
:
ToolResultStatus
)
:
AgentMessage.Tool
(
source
)
Members
Constructors
Result
Link copied to clipboard
jvm
constructor
(
id
:
UUID
,
timestamp
:
Instant
,
callId
:
String
,
content
:
String
,
status
:
ToolResultStatus
)
Properties
call
Id
Link copied to clipboard
jvm
open
override
val
callId
:
String
content
Link copied to clipboard
jvm
val
content
:
String
id
Link copied to clipboard
jvm
@
Serializable
(
with
=
UuidSerializer::class
)
open
override
val
id
:
UUID
status
Link copied to clipboard
jvm
val
status
:
ToolResultStatus
timestamp
Link copied to clipboard
jvm
@
Serializable
(
with
=
InstantLongSerializer::class
)
open
override
val
timestamp
:
Instant