wrap_tool_call
Function
This function is defined in the middleware module.Decorator to mark a function as a wrap_tool_call middleware. The function receives (request, call_next) and should call call_next(request) to continue the chain, or return early to short-circuit.
Signature
Parameters
No description available.
Returns
The result of the operation.

