- 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. |
||
|---|---|---|
| .. | ||
| v1 | ||
| __init__.py | ||
| lifespan.py | ||
| main.py | ||
| middlewares.py | ||