Skip to main content

ProbeResult

Defined in the protocols module.
AI Agent Result of a channel connectivity probe. Attributes: ok: Whether the probe succeeded platform: Platform name elapsed_ms: Time taken in milliseconds bot_username: Bot’s username (if available) error: Error message (if probe failed) details: Additional platform-specific details

Properties

bool
No description available.
str
No description available.
float
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Dict[str, Any]
No description available.
  • to_dict: Convert to dictionary.

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 635