Skip to content

Commit 568ba64

Browse files
yeesiancopybara-github
authored andcommitted
feat: Add --trigger_sources and --artifact_service_uri to cli_deploy_agent_engine
Co-authored-by: Yeesian Ng <ysian@google.com> PiperOrigin-RevId: 899594873
1 parent 740557c commit 568ba64

7 files changed

Lines changed: 878 additions & 383 deletions

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)