MockToolResponseBuilder

constructor(tool: Tool<Args, Result>, action: suspend () -> Result, builder: MockLLMBuilder)(source)

Parameters

Args

The type of arguments the tool accepts

Result

The type of result the tool produces