should_stop
Method
This is a method of the HookOutput class in the types module.Check if execution should stop.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/hooks/types.py at line 114should_stop: Check if execution should stop.
This is a method of the HookOutput class in the types module.Check if execution should stop.
def should_stop() -> bool
praisonaiagents/hooks/types.py at line 114