Switching chats during LLM response or tool call causes lost replies and aborted tool calls #7597
benverhees
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 3 replies
-
Moved to feature requests & suggestions (not a bug). This is intentional. Switching chats closes the connection, and the agent runs are setup to abort when the connection is closed. Since some people prefer this not be the case, I'm thinking of adding a way to toggle the behavior, so that runs/messages can complete even when the connection is closed (but they would not be visible until complete) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When switching to another chat or creating a new chat while waiting for the LLM to reply, the response is not displayed in the UI when it completes. Similarly, when switching to another chat during an active tool call, the tool call gets aborted.
Version Information
Steps to Reproduce
For lost LLM replies:
For aborted tool calls:
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions