presenton/servers/fastapi/services/chat
sudipnext 4c271170b5 feat: Add chat history management and asset generation features
- Introduced a new `ChatHistoryMessageModel` to persist chat messages in the database.
- Implemented a migration script to create the `chat_history_messages` table.
- Enhanced chat services to support storing and retrieving chat history.
- Added functionality for generating multiple media assets in a single API call.
- Updated the chat UI to display assistant activities and tool usage more effectively.
- Refactored API calls to use absolute URLs for better reliability.
2026-04-26 13:12:50 +05:45
..
__init__.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
chat_memory_store.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
conversation_store.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
memory_layer.py Refactor chat memory layer and tools for improved slide handling 2026-04-24 09:51:21 +05:45
presentation_context_store.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
prompts.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
schemas.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
service.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
sql_chat_history.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
tools.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45