Skip to main content

StopResult

Defined in the protocols module.
AI Agent Outcome of a scoped stop, reported to the requesting client. pending_cancelled is a visible, intentional non-outcome: the count of queued messages drained by a SESSION stop, never silently dropped. For a TURN stop it is always 0.

Properties

StopScope
No description available.
bool
No description available.
int
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 7343