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