Skip to main content

EscalationResult

Defined in the types module.
AI Agent Result of escalation pipeline execution. Contains the response, metadata, and any state changes.

Properties

str
No description available.
bool
No description available.
EscalationStage
No description available.
EscalationStage
No description available.
int
No description available.
int
No description available.
List[EscalationSignal]
No description available.
int
No description available.
int
No description available.
int
No description available.
float
No description available.
Optional[str]
No description available.
List[str]
No description available.
List[str]
No description available.
List[str]
No description available.
Dict[str, Any]
No description available.

Methods

was_escalated()

Check if execution was escalated.

was_deescalated()

Check if execution was de-escalated.

Source

View on GitHub

praisonaiagents/escalation/types.py at line 98