Skip to content

Commit d3910e7

Browse files
ammmrcopybara-github
authored andcommitted
Copybara import of the project:
-- 3fb3056 by ammmr <m.hoshii777@gmail.com>: fix: add missing await in runner run_live COPYBARA_INTEGRATE_REVIEW=#849 from ammmr:patch-missing-await-in-runner-run-live b75b5d0 PiperOrigin-RevId: 762113004
1 parent 30e10c8 commit d3910e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/runners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ async def run_live(
286286
stacklevel=2,
287287
)
288288
if not session:
289-
session = self.session_service.get_session(
289+
session = await self.session_service.get_session(
290290
app_name=self.app_name, user_id=user_id, session_id=session_id
291291
)
292292
if not session:

0 commit comments

Comments
 (0)