nodeLLMSendResultsMultipleChoices
fun AIAgentSubgraphBuilderBase<*, *>.nodeLLMSendResultsMultipleChoices(name: String? = null): AIAgentNodeDelegate<List<ReceivedToolResult>, List<LLMChoice>>(source)
A node that sends multiple tool execution results to the LLM and gets multiple LLM choices.
Parameters
name
Optional name for the node.