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