Open
Description
Before creating a new issue, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have tried disabling all browser extensions or using a different browser
- I have tried deleting the node_modules folder and reinstalling my dependencies
- I have read the guide for submitting bug reports.
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