nodeLLMSendToolResultsOnlyCallingTools
fun nodeLLMSendToolResultsOnlyCallingTools(name: String? = null): AIAgentNodeDelegate<ReceivedToolResults, Message.Assistant>(source)
A node that appends tool results from ReceivedToolResults to the prompt as a user message and requests a follow-up response from the LLM, forcing it to call one of the available tools.
Parameters
name
Optional node name, defaults to delegate's property name.