Skip to content
Discussion options

You must be logged in to vote
from google.adk.sessions import VertexAiSessionService

session_service = VertexAiSessionService(project=project_id, location="us-central1")
app_name = self.remote_agent_engine_id

sessions_response = await session_service.list_sessions(app_name=app_name, user_id=user_id)

for anyone who facing same problem as mine, here the way out, you can use VertexAiSessionService to get session with event that occur in that session

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NBestsuNgan
Comment options

Answer selected by NBestsuNgan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant