presenton/servers/fastapi/models
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
..
sql feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
__init__.py feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
api_error_model.py feat(fastapi): adds mock endpoints for webhook events 2025-09-16 17:33:34 +05:45
chat.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
decomposed_file_info.py feat(fastapi): adds presentation generation using provided slide schemas, refactor(fastapi): converts class based endpoint handlers to organized functional handlers 2025-07-15 05:41:31 +05:45
document_chunk.py fix(fastapi): uses SlideOutlineModel to wrap slide outline, to fix json repair issue 2025-08-06 21:53:40 +05:45
generate_presentation_request.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
image_prompt.py feat(fastapi): adds image generation service 2025-07-15 23:13:00 +05:45
json_path_guide.py feat(fastapi): adds slide assets generation, adds dict and schema processors, fix(nextjs): changes image and icon schema fields to __xxxxx__ 2025-07-17 06:38:02 +05:45
ollama_model_metadata.py style: remove ollama icons 2025-08-09 03:47:52 +05:45
ollama_model_status.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
pptx_models.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
presentation_and_path.py feat: adds tone, verbosity and refactors tables 2025-08-29 10:52:34 +05:45
presentation_from_template.py fix(fastapi): /edit, /derive and /export endpoints 2025-09-12 02:27:59 +05:45
presentation_layout.py Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
presentation_outline_model.py fix(fastapi): uses SlideOutlineModel to wrap slide outline, to fix json repair issue 2025-08-06 21:53:40 +05:45
presentation_structure_model.py feat(fastapi): adds presentation generation using provided slide schemas, refactor(fastapi): converts class based endpoint handlers to organized functional handlers 2025-07-15 05:41:31 +05:45
presentation_with_slides.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
slide_layout_index.py feat(fastapi): adds slide edit feature 2025-07-21 01:27:15 +05:45
sse_response.py feat: Implement streaming chat functionality in FastAPI and update UI 2026-04-25 15:49:39 +05:45
theme_data.py feat: add theme management endpoints, integrate color palette generation and UI implementation 2026-03-02 23:15:15 +05:45
user_config.py feat: integrates llmai instead of using old llm client and tool call handlers 2026-04-23 11:42:15 +05:45