AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.llm
/
ChatMessage
/
ToolResult
Tool
Result
jvm
data
class
ToolResult
(
val
content
:
String
,
val
timestamp
:
Instant
,
val
toolCallId
:
String
)
:
ChatMessage
(
source
)
Members
Constructors
Tool
Result
Link copied to clipboard
jvm
constructor
(
content
:
String
,
timestamp
:
Instant
,
toolCallId
:
String
)
Properties
content
Link copied to clipboard
jvm
open
override
val
content
:
String
timestamp
Link copied to clipboard
jvm
open
override
val
timestamp
:
Instant
tool
Call
Id
Link copied to clipboard
jvm
val
toolCallId
:
String