Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

bug(ui): cancelling assistant response while processing message #1115

Open
andrewrisse opened this issue Sep 24, 2024 · 0 comments
Open

bug(ui): cancelling assistant response while processing message #1115

andrewrisse opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
possible-bug 🐛 Something may not be working ui

Comments

@andrewrisse
Copy link
Contributor

If you cancel an assistant response while the message is processing and you still have a loading skeleton, the skeleton never goes away.

This is because the backend creates a message with empty text initially, which triggers the skeleton to show up, but when you cancel, the message never gets filled in.

Ensure the message gets deleted on the backend, and confirm behavior with chat gpt. If the message is deleted, then the frontend needs to handle this someone. If it is not deleted by the backend, then either the backend needs to be fixed to delete it, or we should handle it properly on the frontend.

@andrewrisse andrewrisse added the possible-bug 🐛 Something may not be working label Sep 24, 2024
@andrewrisse andrewrisse self-assigned this Sep 24, 2024
@nywilken nywilken added the ui label Oct 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
possible-bug 🐛 Something may not be working ui
Projects
None yet
Development

No branches or pull requests

2 participants