nodeLLMRequestMultipleOnlyCallingTools
fun AIAgentSubgraphBuilderBase<*, *>.nodeLLMRequestMultipleOnlyCallingTools(name: String? = null): AIAgentNodeDelegate<String, List<Message.Response>>(source)
A node that appends a user message to the LLM prompt and gets multiple LLM responses where the LLM can only call tools.
Parameters
name
Optional name for the node.