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
One of the nice things thats possible is to store the last x messages in localStorage.
This way the next time a user visits the webpage, the old conversation history could be shown. Paired with the chathistory spec it could give users a bit more of context.
Some questions arise from this though:
What if the history data stored is old and obviously obsolete?
Should the history be shown in different ways depending on where it comes from?
How many messages should be stored by default, considering theres a 5MB limit on localStorage?
The text was updated successfully, but these errors were encountered:
One of the nice things thats possible is to store the last
x
messages in localStorage.This way the next time a user visits the webpage, the old conversation history could be shown. Paired with the chathistory spec it could give users a bit more of context.
Some questions arise from this though:
The text was updated successfully, but these errors were encountered: