Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug 🐛 Something may not be working ui
Projects
None yet
Development

No branches or pull requests

2 participants