Skip to content

Commit 8286066

Browse files
wyf7107copybara-github
authored andcommitted
fix: should use app_name instead of req.app_name
Co-authored-by: Yifan Wang <wanyif@google.com> PiperOrigin-RevId: 908883116
1 parent 740557c commit 8286066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/cli/adk_web_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ async def run_agent_live(
20912091
return
20922092

20932093
await websocket.accept()
2094-
self.current_app_name_ref.value = req.app_name
2094+
self.current_app_name_ref.value = app_name
20952095
runner_for_context = await self.get_runner_async(app_name)
20962096
_set_telemetry_context_if_needed(runner_for_context)
20972097

0 commit comments

Comments
 (0)