llmSendMultipleToolResultsOnlyCallingTools

Creates an AI agent node designed to process multiple tool result responses while restricting interactions to only the tools that were explicitly invoked. This is useful for controlled scenarios where tool response management is confined to specific tools.

Return

An instance of AIAgentNodeBase configured to handle a list of ReceivedToolResult as input and generate a list of Message.Response as output, ensuring only called tools are involved.

Parameters

name

An optional name for the node. If null, the name will be automatically generated.