toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-ai-llm-core
/
org.http4k.ai.llm.model
/
Message
/
ToolResult
Tool
Result
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"tool"
)
data
class
ToolResult
(
val
id
:
RequestId
,
val
tool
:
ToolName
,
val
text
:
String
)
:
Message
Members
Constructors
Tool
Result
Link copied to clipboard
constructor
(
id
:
RequestId
,
tool
:
ToolName
,
text
:
String
)
Properties
id
Link copied to clipboard
val
id
:
RequestId
text
Link copied to clipboard
val
text
:
String
tool
Link copied to clipboard
val
tool
:
ToolName