Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_risk_level

Function
This function is defined in the approval module.
Get the risk level of a tool.

Signature

def get_risk_level(tool_name: str) -> Optional[str]

Parameters

tool_name
str
required
No description available.

Returns

Returns
Optional[str]
The result of the operation.

Source

View on GitHub

praisonaiagents/approval.py at line 524