Skip to main content

LeaveParams

Defined in the protocols module.
AI Agent Validated leave frame — a client ending its participation. Completes the typed contract for the advertised leave method. Attributes: session_id: Optional session the client is leaving. reason: Optional human-readable reason (display / logging only).

Properties

Optional[str]
No description available.
Optional[str]
No description available.
str
No description available.

Methods

from_frame()

Validate a raw leave frame into typed params.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 515