nodeLLMSendToolResultsMultipleChoices
fun nodeLLMSendToolResultsMultipleChoices(name: String? = null): AIAgentNodeDelegate<ReceivedToolResults, LLMChoice>(source)
A node that appends tool results from ReceivedToolResults to the prompt as a user message and requests multiple completion choices from the LLM, returning them as an LLMChoice.
Parameters
name
Optional node name, defaults to delegate's property name.