pi_portal.modules.integrations.chat.cli.commands.bases.process_status_command.ChatProcessStatusCommandBase
- class pi_portal.modules.integrations.chat.cli.commands.bases.process_status_command.ChatProcessStatusCommandBase(bot: TypeChatBot)[source]
Bases:
ChatProcessCommandBaseA base command for the chat CLI that retrieves process information.
- Parameters:
bot (TypeChatBot) – The configured chatbot in use.
- hook_supervisor_exception() None
Handle a SupervisorException.
- invoke() None
Manage the process with error handling.