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
fix: Ignore unknown fields in rest streaming. (#651)
* Ignore unknown fields in rest streaming.
If the api adds a new field to a stremaing response, it shouldn't break old clients.
We found this in the google.ai.generativelanguage API. Colab forces our clients to use rest, so all our streaming examples broke when the API team rolled out a new field.
* format
---------
Co-authored-by: Anthonios Partheniou <[email protected]>
0 commit comments