llmRequestOnlyCallingTools
fun llmRequestOnlyCallingTools(name: String? = null): AIAgentNodeBase<String, Message.Response>(source)
Creates an AI agent node that processes language model requests while exclusively enabling tool calls during execution.
Return
An instance of AIAgentNodeBase configured to handle language model requests with input of type String and output of type Message.Response, where only tool calls are permitted.
Parameters
name
An optional name for the node. If null, the name will be automatically generated.