Spaces:
Running
Running
Update insight_and_tasks/coordinators/employer_branding_coordinator.py
Browse files
insight_and_tasks/coordinators/employer_branding_coordinator.py
CHANGED
@@ -216,7 +216,7 @@ class EnhancedEmployerBrandingCoordinator:
|
|
216 |
# The original code didn't show retry for this ADK call, so keeping it direct.
|
217 |
|
218 |
# Direct call without retry for the async ADK runner:
|
219 |
-
|
220 |
user_id=user_id,
|
221 |
session_id=session.id,
|
222 |
new_message=user_input_content
|
|
|
216 |
# The original code didn't show retry for this ADK call, so keeping it direct.
|
217 |
|
218 |
# Direct call without retry for the async ADK runner:
|
219 |
+
for event in runner.run(
|
220 |
user_id=user_id,
|
221 |
session_id=session.id,
|
222 |
new_message=user_input_content
|