You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement streaming message integration in conversation loader
- Added functionality to load additional messages from streaming files based on session ID.
- Merged non-duplicate streaming messages with existing conversation history.
- Updated conversation metadata, including message count and end time.
- Introduced a new utility function `getStreamingMessages` to retrieve messages from streaming files.
This enhancement improves the conversation loading process by ensuring that the latest messages are included, providing a more comprehensive chat history.
0 commit comments