llmSendToolResult
fun llmSendToolResult(name: String? = null): AIAgentNodeBase<ReceivedToolResult, Message.Response>(source)
Creates an AI agent node for sending a single tool result to the language model.
Return
An instance of AIAgentNodeBase configured to process input of type ReceivedToolResult and produce output of type Message.Response.
Parameters
name
An optional name for the node. If not specified, a default name is automatically assigned.