Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retain all chat history - Allow "broom" icon to be hidden, and allow "Clear chat history" to be hidden or disabled. #870

Open
gw37 opened this issue May 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gw37
Copy link

gw37 commented May 23, 2024

Background:
We implement for all our customers the option to enable chat history in CosmosDB and to set the variable AZURE_COSMOSDB_ENABLE_FEEDBACK=True. With conversation history in place we then create a PowerBI report for the application owner to get visibility to what questions are asked and where the grounding data need to be improved.

Feature Request:
We would like to have environment variables added to allow removing the "broom" icon and also disabling/removing the "Clear chat history" action. Both of these actions delete useful data from the database. These changes would eliminate the concern that the "broom" icon is meant to start a new chat but not necessarily to delete the current conversation from the database.

Alternatives:
Currently the alternative is to customize the source code and push the changes at to the web app. This is not optimal since we then have to maintain those custom changes into future versions of this code repository. We have found the environment variables such as UI_TITLE and _ENABLE_FEEDBACK very helpful, and would like to extend that idea here to retain all conversation history.

@gw37 gw37 added the enhancement New feature or request label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant