Do we have a recommended method for streaming object? My app needs an object generated with AI and right now I'm using generateObject and it works great.
Now, I need to stream that object to improve the user experience, streamObject doesn't appear to have the same feature with streamText.
Do you guys know a way to stream an object? Thanks!