Save/Load Dialogue History
It would be great to have the ability to chronicle dialogues within the dialogue, with the option to load and save them.
@qingyun-wu should this be tagged as roadmap?
This is an open issue that no one is working on. And it's an issue that needs to be addressed. @gagb What's your question about?
I am confused about which issues should be labelled roadmap and which shouldn’t be. I know that big upcoming features should be labeled. But I am still trying to figure out the guidelines for the rest of the cases.
Could there be synergies with #394, since @ragyabraham is already using sockets to send messages out?
The idea is that we also send the timestamp in each socket message. That way, messages can be ordered and either stored in DB or simply sorted chronologically on the FE. You can see a working example of this here.
This is based on this fork where we append the ts to each socket message. This is still quite a crude implementation, however, I am working on generalising this in #394 as @joshkyh mentioned.
It should be supported now. We are closing this issue due to inactivity; please reopen if the problem persists.