mockLLMToolCall
fun MockLLMBuilder.mockLLMToolCall(tool: KFunction<*>, vararg args: Any?): MockLLMBuilder.ToolCallReceiver<ToolFromCallable.VarArgs>(source)
Mocks a tool call for the provided tool function and arguments.
Return
A ToolCallReceiver
instance configured with the tool and its arguments.
Parameters
tool
The function representing the tool to be mocked.
args
The arguments to be passed to the tool function.