HookResult
Defined in the types module.AI Agent Result from a hook execution.
Properties
No description available.
No description available.
No description available.
No description available.
No description available.
Methods
allow()
Create an allow result.
deny()
Create a deny result.
block()
Create a block result.
ask()
Create an ask result (requires user confirmation).
is_allowed()
Check if the result allows execution.
is_denied()
Check if the result denies execution.
Source
View on GitHub
praisonaiagents/hooks/types.py at line 124
