VertexAiSessionService creating client getting error -ValueError: Project/location and API key are mutually exclusive in the client initializer.
Bump into this error while trying to test out the adk service that is deployed to vertex AI. It seems like vertex agent can't decide it should use GOOGLE_API_KEY or another.
ValueError: Project/location and API key are mutually exclusive in the client initializer.
To resolve this, just have to set GOOGLE_API_KEY="".
Then re-run your script.
Comments