aigentic
0.0.4-SNAPSHOT
common
core
/
community.flock.aigentic.core.message
/
Message
/
ToolCalls
Tool
Calls
data
class
ToolCalls
(
val
toolCalls
:
List
<
ToolCall
>
)
:
Message
Members
Members & Extensions
Constructors
Tool
Calls
Link copied to clipboard
constructor
(
toolCalls
:
List
<
ToolCall
>
)
Properties
sender
Link copied to clipboard
open
val
sender
:
Sender
tool
Calls
Link copied to clipboard
val
toolCalls
:
List
<
ToolCall
>
Functions
to
Status
Link copied to clipboard
suspend
fun
Message
.
toStatus
(
)
:
List
<
AgentStatus
>