Skip to content

Commit

Permalink
increase text limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jicheng Lu committed Oct 4, 2024
1 parent 9b8ea98 commit 098a451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/chat/[agentId]/[conversationId]/chat-box.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
isCreatingNewConv = false;
if (conv && !!e.data.text) {
dialogs = [];
await signalr.stop();
await signalr.start(conv.id);
isLoading = true;
openFrame();
Expand Down

0 comments on commit 098a451

Please sign in to comment.