nodeLLMRequest
fun AIAgentSubgraphBuilderBase<*, *>.nodeLLMRequest(name: String? = null, allowToolCalls: Boolean = true): AIAgentNodeDelegateBase<String, Message.Response>(source)
A node that appends a user message to the LLM prompt and gets a response with optional tool usage.
Parameters
name
Optional node name.
allowToolCalls
Controls whether LLM can use tools (default: true).