I have a use case where I am pushing the limit of the context window with the amount of data I have. I noticed the stream dropping for seemingly no reason, an ErrorContent object was coming back, but with no data. I inspected the HTTP request and found the context window exceeded error. I would have expected this data to be in the ErrorContent object.
https://github.com/[c-t-fallon/ErrorResponseDemo](https://github.com/c-t-fallon/ErrorResponseDemo)