is_denied
Method
This is a method of the HookResult class in the types module.Check if the result denies execution.
Signature
Returns
The result of the operation.
Used By
Source
View on GitHub
praisonaiagents/hooks/types.py at line 156is_denied: Check if the result denies execution.
This is a method of the HookResult class in the types module.Check if the result denies execution.
def is_denied() -> bool
praisonaiagents/hooks/types.py at line 156