remove_hook
Function
This function is defined in the registry module.Remove a hook by ID. Simplified API.
Signature
Parameters
The hook ID returned by add_hook()
Returns
True if hook was found and removed, False otherwise
Uses
unregisterget_default_registry
Source
View on GitHub
praisonaiagents/hooks/registry.py at line 404
