trigger the workflow

This commit is contained in:
sasha-gitg
2026-01-12 16:49:48 -05:00
committed by GitHub
parent dc17c8501c
commit 20590deb81
+1 -1
View File
@@ -353,7 +353,7 @@ class Runner:
session_id: str,
new_message: types.Content,
run_config: Optional[RunConfig] = None,
) -> Generator[Event, None, None]:
) -> Generator[dict, None, None]:
"""Runs the agent.
NOTE: