nodeExecuteTools
fun nodeExecuteTools(name: String? = null, parallel: Boolean = false): AIAgentNodeDelegate<ToolCalls, ReceivedToolResults>(source)
A node that executes the tool calls in a ToolCalls input and returns the raw ReceivedToolResults without writing them into the LLM session.
Parameters
name
Optional node name, defaults to delegate's property name.
parallel
If true, all tool calls are executed concurrently; otherwise they run sequentially.