- Notifications
You must be signed in to change notification settings - Fork1k
Fix VertexAI Empty Model Parts Error#2203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix VertexAI Empty Model Parts Error#2203
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@caesarnine Thanks! Can you please add a test for the scenario that this fixes, to ensure it doesn't accidentally break again in the future? |
caesarnine commentedJul 17, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@DouweM Done - let me know if it looks ok (never used pytest-vcr anymore, so feel free to let me know if I did something wrong there). |
420166d
intopydantic:mainUh oh!
There was an error while loading.Please reload this page.
Fixes this error that occurs with VertexAI Gemini models fairly often in my experience.
Issue that's open with the same error:#2032
Due to the last message being something like:
Tested the change against a session that was previously hard crashing and it works fine now.