nodeLLMRequestWithoutTools
fun nodeLLMRequestWithoutTools(name: String? = null): AIAgentNodeDelegate<String, Message.Assistant>(source)
A node that appends a user text message to the prompt and requests a response from the LLM, without exposing any tools (pure text response only).
Parameters
name
Optional node name, defaults to delegate's property name.