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
* Add chat history feature
This commit adds the following new files:
- HistoryItem: A new component for displaying chat history items.
- HistoryPanel: A new component for displaying the chat history panel.
- HistoryButton: A new component for opening the chat history.
- HistoryProviders: A new module containing history provider classes.
These changes include functionality to support future enhancements to the chat history feature.
* Add translations for chat history in Spanish and French
* Update e2e test
* Refactor chat history configuration variables
Changed variable names to make their functions clearer.
* Refactor session state handling
Changed to generate session state on the server side.
* Add support for chat history feature to bicep
* Update workflows, docs, typing
* Apply suggestions from code review
Co-authored-by: Wassim Chegham <[email protected]>
* Revert e2e test change
---------
Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Wassim Chegham <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
0 commit comments