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, ABC

A base command for the chat CLI.

Parameters:

bot (TypeChatBot) – The configured chatbot in use.

__init__(bot: TypeChatBot) None[source]
abstract invoke() None

Invoke this command.