lLMSendResultsMultipleChoices
fun lLMSendResultsMultipleChoices(name: String? = null): AIAgentNodeBase<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.