maeser.chat package#
This is the chat subpackage for the Maeser package.
This package contains the following subpackages and modules:
chat_logs: This module provides functionality for managing chat logs.
chat_session_manager: This module provides functionality for managing chat sessions.
© 2024 Carson Bush, Blaine Freestone
This file is part of Maeser.
Maeser is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Maeser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Maeser. If not, see <https://www.gnu.org/licenses/>.
Submodules#
- maeser.chat.chat_logs module
BaseChatLogsManager
BaseChatLogsManager.get_chat_history()
BaseChatLogsManager.get_chat_history_overview()
BaseChatLogsManager.get_chat_logs_overview()
BaseChatLogsManager.get_log_file_template()
BaseChatLogsManager.log()
BaseChatLogsManager.log_feedback()
BaseChatLogsManager.save_feedback()
BaseChatLogsManager.save_training_data()
ChatLogsManager
- maeser.chat.chat_session_manager module