-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Implement real-time text streaming in AI Chat #29607
Comments
25 tasks
@nullhook please add test plan |
Added a test plan |
Removed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the AI Chat feature consumes HTTP responses that wait for the entire text to be generated before returning to the user. This can lead to a delay in the user's ability to see the words as it is being generated, which can impact the overall user experience.
It would be beneficial to implement real-time text streaming in the AI Chat feature. This would allow users to see the words being generated as they are typed, providing a more interactive and engaging experience
The text was updated successfully, but these errors were encountered: