aigentic
0.4.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.agent
/
Action
/
ExecuteTools
Execute
Tools
data
class
ExecuteTools
<
I
:
Any
,
O
:
Any
>
(
val
state
:
State
,
val
agent
:
Agent
<
I
,
O
>
,
val
toolCalls
:
List
<
ToolCall
>
)
:
Action
<
I
,
O
>
Members
Constructors
Execute
Tools
Link copied to clipboard
constructor
(
state
:
State
,
agent
:
Agent
<
I
,
O
>
,
toolCalls
:
List
<
ToolCall
>
)
Properties
agent
Link copied to clipboard
val
agent
:
Agent
<
I
,
O
>
state
Link copied to clipboard
val
state
:
State
tool
Calls
Link copied to clipboard
val
toolCalls
:
List
<
ToolCall
>