presenton/servers/fastapi/models/sql
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
..
async_presentation_generation_status.py feat(fastapi): adds async endpoint for presentation generation and status check 2025-09-16 17:27:04 +05:45
chat_history_message.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
image_asset.py Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
key_value.py feat: adds tone, verbosity and refactors tables 2025-08-29 10:52:34 +05:45
ollama_pull_status.py fix: ollama pull status sql table 2025-09-01 14:31:07 +05:45
presentation.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
presentation_layout_code.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
slide.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
template.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
template_create_info.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
webhook_subscription.py chore(fastapi): refactor webhook id to use different format 2025-09-16 18:06:59 +05:45