llmSendMessageOnlyCallingTools

fun llmSendMessageOnlyCallingTools(name: String? = null): AIAgentNodeBase<ERROR CLASS: Symbol not found for Message.User, ERROR CLASS: Symbol not found for Message.Assistant>(source)

A node that appends a Message.User to the prompt and requests a response from the LLM, forcing it to call one of the available tools (no plain-text replies allowed).

Parameters

name

Optional node name, defaults to delegate's property name.