Skip to main content

HookOutput

Defined in the types module.
AI Agent Base hook output - common fields for all events.

Properties

bool
No description available.
Optional[str]
No description available.
bool
No description available.
Optional[str]
No description available.
HookDecision
No description available.
Optional[str]
No description available.
Optional
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 164

Hooks Concept

Hook Events

Callbacks

Output Concept

Output Configuration