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

Chatbot will fail to load messages after long extended conversations #34

Open
jared-yu-hcltech opened this issue Oct 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jared-yu-hcltech
Copy link
Owner

When the conversation history gets quite long (e.g., sending long code blocks back and forth), the chatbot will sometimes freeze up and "forget" the most recently asked question and the just-responded answer. Doing a refresh of the page will show the results however. This is possibly due to the length of the chat window. It may make sense to try something like virtualizing the chat window (https://www.youtube.com/watch?v=T3b5khnxYQg) so that it is only rendering the chat that's in view, and the rest is loaded dynamically. Not sure if this is the root cause and solution yet however.

@jared-yu-hcltech jared-yu-hcltech added the bug Something isn't working label Oct 3, 2024
@jared-yu-hcltech jared-yu-hcltech self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant