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 cab7e60 commit 46c3ab4Copy full SHA for 46c3ab4
web/src/app/chat/ChatPage.tsx
@@ -474,6 +474,7 @@ export function ChatPage({
474
const newMessageHistory = buildLatestMessageChain(newMessageMap);
475
476
// Update message history except for edge where where
477
+
478
// last message is an error and we're on a new chat.
479
// This corresponds to a "renaming" of chat, which occurs after first message
480
// stream
0 commit comments