We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb276a commit 8858218Copy full SHA for 8858218
src/store/chat/slices/aiChat/actions/generateAIChatV2.ts
@@ -122,6 +122,7 @@ export const generateAIChatV2: StateCreator<
122
sessionId: activeId,
123
topicId: data.topicId,
124
});
125
+ get().internal_dispatchMessage({ type: 'deleteMessage', id: tempId });
126
127
if (!activeTopicId) {
128
await get().switchTopic(data.topicId!, true);
0 commit comments