Skip to main content

add_approval_requirement

Function
This function is defined in the approval module.
Dynamically add approval requirement for a tool.

Signature

def add_approval_requirement(tool_name: str, risk_level: RiskLevel) -> Any

Parameters

tool_name
str
required
No description available.
risk_level
RiskLevel
default:"'high'"
No description available.

Returns

Returns
Any
The result of the operation.