LibreChat/client/src/store
Wentao Lyu 0ed8a40a41 feat: merge all message.id into message.messageId
feat: the first message will have a parentMessageId as 00000000-0000-0000-0000-000000000000 (in order not to create new convo when resubmit)
feat: ask will return the userMessage as well, to send back the messageId

TODO: comment out the title generation.
TODO: bing version need to be test

fix: never use the same messageId
fix: never delete exist messages
fix: connect response.parentMessageId to the userMessage.messageId
fix: set default convo title as new Chat
2023-03-15 02:15:46 +08:00
..
convoSlice.js feat: support resubmit. 2023-03-15 02:15:46 +08:00
index.js chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
messageSlice.js feat: merge all message.id into message.messageId 2023-03-15 02:15:46 +08:00
modelSlice.js adding sydney in progress. only uses jailbreakConvoId and parentMsgId 2023-03-08 21:06:58 -05:00
submitSlice.js fix: reset submission when convo clears 2023-03-11 22:35:39 -05:00
textSlice.js chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00