nodeExecuteMultipleTools
fun AIAgentSubgraphBuilderBase<*, *>.nodeExecuteMultipleTools(name: String? = null, parallelTools: Boolean = false): AIAgentNodeDelegateBase<List<Message.Tool.Call>, List<ReceivedToolResult>>(source)
A node that executes multiple tool calls. These calls can optionally be executed in parallel.
Parameters
name
Optional node name.
parallelTools
Specifies whether tools should be executed in parallel, defaults to false.