-
I have deployed an Agent to Vertex AI following the documentation:
And it works well, I can create sessions and interact with this deployed agent. But then uploaded the same agent with small changes in the prompt (i also changed the name of display name and gcd_dir_name), but now i can't even create a new session. I get this error:
Any idea what could be happening? |
Beta Was this translation helpful? Give feedback.
Answered by
alekzan
Jun 20, 2025
Replies: 1 comment 2 replies
-
Seems like a bug in google-adk 1.41. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use in your requirements google-genai fixed to 1.20.0.
You can use the most updated version of google-adk.
It worked for me.