Description
** Please make sure you read the contribution guide and file the issues in the right place. **
Contribution guide.
Describe the bug
my AgentEngine instance fails to create session, returns 404 error. The agent works when tested on the ADK web interface.
To Reproduce
Steps to reproduce the behavior:
Using google sample code below
deployed_agent = vertexai.agent_engines.get(<AGENT_ID>)
new_session = deployed_agent.create_session(user_id="test_user_final")
The agent instance is created correctly meaning the agent is found, but then calling deployed_agent.create_session
results in 404 The reasoning engine resource <RESOURCE_NAME> is not found.
Expected behavior
Session should be get created
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- MacOS
- Python version(python -V): 3.10.4
- ADK version(pip show google-adk): 1.3.0
Additional context
Add any other context about the problem here.