nodeExecuteTool
fun nodeExecuteTool(name: String? = null): AIAgentNodeDelegate<Message.Tool.Call, ReceivedToolResult>(source)
A node that executes a tool call and returns its result.
Parameters
name
Optional node name.
A node that executes a tool call and returns its result.
Optional node name.