nodeLLMSendMultipleToolResultsOnlyCallingTools
fun AIAgentSubgraphBuilderBase<*, *>.nodeLLMSendMultipleToolResultsOnlyCallingTools(name: String? = null): AIAgentNodeDelegate<List<ReceivedToolResult>, List<Message.Response>>(source)
A node that adds multiple tool results to the prompt and gets multiple LLM responses where the LLM can only call tools.
Parameters
name
Optional node name.