-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
dotnet/extensions
#7085Labels
Description
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.