pi_portal.modules.integrations.chat.cli.commands.bases.process_command.ChatProcessCommandBase
- class pi_portal.modules.integrations.chat.cli.commands.bases.process_command.ChatProcessCommandBase(bot: TypeChatBot)[source]
Bases:
ChatCommandBase,ABCA base command for interacting with processes via the chat CLI.
- Parameters:
bot (TypeChatBot) – The configured chatbot in use.