Skip to content

Commit 9231906

Browse files
committed
smoother streaming
# links and colors are correct during streaming, not just at stream end
1 parent c67fb38 commit 9231906

7 files changed

Lines changed: 172 additions & 169022 deletions

File tree

dist/components/Bot.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/bubbles/BotBubble.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type Props = {
2222
handleActionClick: (elem: any, action: IAction | undefined | null) => void;
2323
handleSourceDocumentsClick: (src: any) => void;
2424
onRegenerateResponse?: () => void;
25+
onMessageRendered?: () => void;
2526
isTTSEnabled?: boolean;
2627
isTTSLoading?: Record<string, boolean>;
2728
isTTSPlaying?: Record<string, boolean>;

dist/components/bubbles/BotBubble.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)