pi_portal.modules.integrations.chat.cli.commands.bases.command.ChatCommandBase
- class pi_portal.modules.integrations.chat.cli.commands.bases.command.ChatCommandBase(bot: TypeChatBot)[source]
Bases:
CommandBase,ABCA base command for the chat CLI.
- Parameters:
bot (TypeChatBot) – The configured chatbot in use.
- abstract invoke() None
Invoke this command.