llmSendMultipleToolResults
fun llmSendMultipleToolResults(name: String? = null): AIAgentNodeBase<List<ReceivedToolResult>, List<Message.Response>>(source)
Creates an AI agent node for sending multiple tool results to a language model.
Return
An instance of AIAgentNodeBase configured to process input of type List of ReceivedToolResult and generate output of type List of Message.Response.
Parameters
name
An optional name for the node. If null, a name will be automatically generated.