ToolCallReceiver
class ToolCallReceiver<Args : Tool.Args>(tool: Tool<Args, *>, args: Args, builder: MockLLMBuilder)(source)
Receiver class for configuring tool call responses from the LLM.
This class is part of the fluent API for configuring how the LLM should respond with tool calls when it receives specific inputs.
Parameters
Args
The type of arguments the tool accepts