llmSendMessageOnlyCallingTools
fun llmSendMessageOnlyCallingTools(name: String? = null): AIAgentNodeBase<String, Message.Response>(source)
Deprecated
Use llmRequestOnlyCallingTools instead
Creates an AI agent node configured to handle language model requests that only involve tool calls. This method is deprecated and replaced by llmRequestOnlyCallingTools.
Return
An instance of AIAgentNodeBase configured to process language model requests with input of type String and output of type Message.Response.
Parameters
name
An optional name for the node. If null, a name will be automatically generated.