-
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.
Replies: 2 comments 2 replies
-
Seems like a bug in google-adk 1.41. |
Beta Was this translation helpful? Give feedback.
-
I had the same problem and Alekzan's answer helped me solve it. If it helps anyone, this is my current requirements file after delete the google-cloud-aiplatform[agent_engines,adk] dependency.
|
Beta Was this translation helpful? Give feedback.
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.