Chat
Module to hold the chat repository.
- class ChatRepository(manager, model=<class 'command_line_assistant.daemon.database.models.chat.ChatModel'>)[source]
Class that implements the chat repository methods.
Default constructor for chat repository.
- Parameters:
manager (DatabaseManager) – The database manager instance.
model (ChatModel) – The SQLAlchemy model to use in the repository.