llmRequestMultiple
fun llmRequestMultiple(name: String? = null): AIAgentNodeBase<String, List<Message.Response>>(source)
Creates an AI agent node that processes multiple responses from a language model request.
Return
An instance of AIAgentNodeBase configured to handle language model requests with input of type String and output of type List of Message.Response.
Parameters
name
Optional name for the node. If null, an auto-generated name will be used.