mockLLMToolCall
fun MockExecutorDSLBuilder.mockLLMToolCall(tool: KFunction<*>, vararg args: Any?, toolCallId: String? = null): MockExecutorDSLBuilder.ToolCallReceiver<ToolFromCallable.Args>(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.