Describe the bug
When using VertexAiSessionService, the list_sessions function always returns an empty result
To Reproduce
- Initialize a VertexAiSessionService
- Create a session
- run
session_service.list_sessions(app_name=session.app_name, user_id=your_user_id)
Expected behavior
Return a list of sessions that exist for the user
Desktop (please complete the following information):
- OS: OS X
- Python version(python -V): 3.11.5
- ADK version(pip show google-adk): v0.5.0
Additional context
Add any other context about the problem here.
Describe the bug
When using VertexAiSessionService, the
list_sessionsfunction always returns an empty resultTo Reproduce
session_service.list_sessions(app_name=session.app_name, user_id=your_user_id)Expected behavior
Return a list of sessions that exist for the user
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.