nodeLLMSendMessage
fun nodeLLMSendMessage(name: String? = null): AIAgentNodeDelegate<Message.User, Message.Assistant>(source)
A node that appends a Message.User to the prompt and requests a response from the LLM.
Parameters
name
Optional node name, defaults to delegate's property name.