deny
Method
This is a method of the HookResult class in the types module.Create a deny result.
Signature
Parameters
No description available.
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/hooks/types.py at line 138deny: Create a deny result.
This is a method of the HookResult class in the types module.Create a deny result.
def deny(reason: str) -> 'HookResult'
praisonaiagents/hooks/types.py at line 138