Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions frontend/src/components/chat/chat-session-pane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ export function ChatSessionPane({
const displayedError = lastError ?? persistedError

useAdoptServerTranscript({
chatId: chat?.id,
workspaceId,
status,
serverMessages: uiMessages,
liveMessages: messages,
Expand Down
Loading
Loading