chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Enable removing or clearing the history of last messages

Open mcai opened this issue 1 year ago • 1 comments

It will be convenient if we can add some buttons to enable users either remove specific message or clear the whole history of last messages besides the input box.

Screenshot 2023-05-31 at 14 44 32

mcai avatar May 31 '23 06:05 mcai

I agree. While this gets implemented, you can try to clear your local storage. It will wipe the whole history.

This will only work if you are not using a cloud project. For cloud projects, the history is saved in a DB.

willydouhard avatar May 31 '23 11:05 willydouhard