You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sessions): fix httpx client closure during event pagination
Move event iteration inside the api_client context manager in
VertexAiSessionService.get_session() to prevent client closure
during multi-page event fetching.
0 commit comments