Function
This function is defined in the approval module.Decorator to mark a tool as requiring human approval.
Signature
Parameters
The risk level of the tool (“critical”, “high”, “medium”, “low”)
Returns
The result of the operation.
Decorator to mark a tool as requiring human approval.
This function is defined in the approval module.Decorator to mark a tool as requiring human approval.
def require_approval(risk_level: RiskLevel) -> Any