llmSendMessageMultipleChoices
fun llmSendMessageMultipleChoices(name: String? = null): AIAgentNodeBase<ERROR CLASS: Symbol not found for Message.User, ERROR CLASS: Symbol not found for 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.