does
infix fun does(action: suspend () -> Result): MockLLMBuilder.MockToolReceiver.MockToolResponseBuilder<Args, Result>(source)
Configures the tool to execute the specified action when it receives matching arguments.
Return
A MockToolResponseBuilder for further configuration
Parameters
action
A function that produces the result