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.
HookOutput
Defined in the types module.AI Agent Base hook output - common fields for all events.
Properties
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Methods
is_blocking()
Check if this output represents a blocking decision.
should_stop()
Check if execution should stop.
get_reason()
Get the effective reason for blocking or stopping.
Source
View on GitHub
praisonaiagents/hooks/types.py at line 100
