Skip to content

Commit 20590de

Browse files
authored
trigger the workflow
1 parent dc17c85 commit 20590de

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
@@ -353,7 +353,7 @@ def run(
353353
session_id: str,
354354
new_message: types.Content,
355355
run_config: Optional[RunConfig] = None,
356-
) -> Generator[Event, None, None]:
356+
) -> Generator[dict, None, None]:
357357
"""Runs the agent.
358358
359359
NOTE:

0 commit comments

Comments
 (0)