mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: Pass invocation_id from /run endpoint to Runner.run_async
Close #3290 Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 867684592
This commit is contained in:
committed by
Copybara-Service
parent
663cb75b32
commit
d2dba27134
@@ -1503,6 +1503,7 @@ class AdkWebServer:
|
||||
session_id=req.session_id,
|
||||
new_message=req.new_message,
|
||||
state_delta=req.state_delta,
|
||||
invocation_id=req.invocation_id,
|
||||
)
|
||||
) as agen:
|
||||
events = [event async for event in agen]
|
||||
|
||||
Reference in New Issue
Block a user