llmSendToolResultOnlyCallingTools
fun llmSendToolResultOnlyCallingTools(name: String? = null): AIAgentNodeBase<List<ReceivedToolResult>, Message.Response>(source)
Creates an AI agent node that processes a list of tool execution results and generates a response, limited to nodes that make tool calls during execution.
Return
An instance of AIAgentNodeBase configured to process input of type List
Parameters
name
The optional name of the node. If null, the name will be automatically generated.