nodeLLMRequestMultipleChoices
fun nodeLLMRequestMultipleChoices(name: String? = null): AIAgentNodeDelegate<String, LLMChoice>(source)
A node that appends a user text message 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.