feat(DATAGO-123192): Add feature to delete all chat history at once#901
Draft
amir-ghasemi wants to merge 1 commit intomainfrom
Draft
feat(DATAGO-123192): Add feature to delete all chat history at once#901amir-ghasemi wants to merge 1 commit intomainfrom
amir-ghasemi wants to merge 1 commit intomainfrom
Conversation
WhiteSource Policy Violation Summary✅︎ No Blocking Whitesource Policy Violations found in solaceai/solace-agent-mesh-ui-pr-901! |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




This pull request introduces new bulk session management features to both the backend and frontend, allowing users to efficiently delete multiple chat sessions at once or within a specific date range. It also adds a new session statistics endpoint and integrates these capabilities into the web UI's settings dialog, providing users with more control over their session data.
Backend: Bulk Session Management & Statistics
sessions.py.datetimeandtimedeltainsession_service.py.Frontend: API Integration
bulkDeleteSessionsanddeleteAllSessionsfunctions, along with supporting types, insessions.tsfor communicating with the new backend endpoints.Frontend: UI Enhancements
SessionManagementSettingsReact component that allows users to delete all sessions or sessions within a date range, with confirmation dialogs and notifications.