nodeLLMRequest

fun nodeLLMRequest(name: String? = null, allowToolCalls: Boolean = true): AIAgentNodeDelegate<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).