You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On which framework/platform are you having an issue?
React
Which UI component?
Other
How is your app built?
React/Vite
What browsers are you seeing the problem on?
Chrome
Which region are you seeing the problem in?
us-west-2
Please describe your bug.
When querying one of the new Nova models, during a long conversational response, I noticed the response stopped streaming. Looking at the networking tab, I see that data was still being returned.
What's the expected behaviour?
I would expect the information to keep rendering until streaming stops.
Help us reproduce the bug!
Connecting to the Nova Micro model, invoke a tool which causes a long response.
Was able to reproduce that when the streaming pauses and then resumes, the conversation is appended to the beginning of the message. I can only reproduce this so far with Nova Lite and Nova Micro.
dindjarinjs
changed the title
Conversation component stops responding even though AppSync continues streaming data
bug (AIConversation): Conversation component renders incorrectly for some slower models
Dec 10, 2024
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Other
How is your app built?
React/Vite
What browsers are you seeing the problem on?
Chrome
Which region are you seeing the problem in?
us-west-2
Please describe your bug.
When querying one of the new Nova models, during a long conversational response, I noticed the response stopped streaming. Looking at the networking tab, I see that data was still being returned.
What's the expected behaviour?
I would expect the information to keep rendering until streaming stops.
Help us reproduce the bug!
Connecting to the Nova Micro model, invoke a tool which causes a long response.
Example repo here
https://github.com/cwoolum/fwm-304
Reach out to me for the HAR.
Code Snippet
// Put your code below this line.
Console log output
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: