Skip to content

Commit 6ea267c

Browse files
Update runners.py
1 parent 07a8d21 commit 6ea267c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/runners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ async def _run_node_async(
529529

530530
# Run before_run callbacks
531531
corrected_user_message = await ic.plugin_manager.run_before_run_callback(
532-
invocation_context=ic
532+
invocation_context=ic
533533
)
534534
if corrected_user_message is not None:
535535
if isinstance(corrected_user_message, types.Content):

0 commit comments

Comments
 (0)