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.
No description available.
Internal & Generic Methods
Internal & Generic Methods
- from_dict: Create from dictionary.
- to_dict: Convert to dictionary.
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 1069
