is_blocking
Method
This is a method of the HookOutput class in the types module.Check if this output represents a blocking decision.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/hooks/types.py at line 110is_blocking: Check if this output represents a blocking decision.
This is a method of the HookOutput class in the types module.Check if this output represents a blocking decision.
def is_blocking() -> bool
praisonaiagents/hooks/types.py at line 110