Skip to main content

is_sticky

Function
This function is defined in the run_outcome module.
Whether outcome can never be overwritten by a later observation. Deliberate cancellations (external), hard run-budget timeouts (run_budget), and supersedes (superseded) are intentional terminals: once recorded they are authoritative.

Signature

Parameters

RunTerminal
required
No description available.

Returns

bool
The result of the operation.

Used By

Source

View on GitHub

praisonaiagents/run_outcome.py at line 398