Skip to main content

ChatCommandInfo

Defined in the protocols module.
AI Agent Metadata for a registered chat command. Attributes: name: Command name (without /) description: Human-readable description usage: Usage example (e.g., “/status”) hidden: Whether to hide from /help listing

Properties

str
No description available.
str
No description available.
Optional[str]
No description available.
bool
No description available.
  • from_dict: Create from dictionary.
  • to_dict: Convert to dictionary.

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 1069

Chat Feature

Conversation Stores