Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

is_blocking

Method
This is a method of the HookOutput class in the types module.
Check if this output represents a blocking decision.

Signature

def is_blocking() -> bool

Returns

Returns
bool
The result of the operation.

Source

View on GitHub

praisonaiagents/hooks/types.py at line 110