presenton/servers/fastapi/api/v1/ppt
sudipnext 17ea7d9f95 feat: Implement streaming chat functionality in FastAPI and update UI
- Added a new endpoint for streaming chat messages in FastAPI, allowing real-time interaction.
- Enhanced the `PresentationChatService` to support streaming replies with event types for chunked responses, status updates, and tool tracing.
- Updated the chat UI to handle and display assistant activities, including loading states and tool usage.
- Introduced new models for SSE responses and integrated them into the chat service.
- Improved error handling and response management in the chat API.
2026-04-25 15:49:39 +05:45
..
endpoints feat: Implement streaming chat functionality in FastAPI and update UI 2026-04-25 15:49:39 +05:45
background_tasks.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
router.py Add chat functionality to FastAPI presentation service 2026-04-24 09:34:56 +05:45