aigentic
0.0.4-SNAPSHOT
common
core
/
community.flock.aigentic.core.message
/
Message
/
ToolResult
Tool
Result
data
class
ToolResult
(
val
toolCallId
:
ToolCallId
,
val
toolName
:
String
,
val
response
:
ToolResultContent
)
:
Message
Members
Members & Extensions
Constructors
Tool
Result
Link copied to clipboard
constructor
(
toolCallId
:
ToolCallId
,
toolName
:
String
,
response
:
ToolResultContent
)
Properties
response
Link copied to clipboard
val
response
:
ToolResultContent
sender
Link copied to clipboard
open
val
sender
:
Sender
tool
Call
Id
Link copied to clipboard
val
toolCallId
:
ToolCallId
tool
Name
Link copied to clipboard
val
toolName
:
String
Functions
to
Status
Link copied to clipboard
suspend
fun
Message
.
toStatus
(
)
:
List
<
AgentStatus
>