fix readme example

pull/970/merge
Kye Gomez 5 days ago
parent aecf5ad2a2
commit b9a9a5b30c

@ -303,9 +303,7 @@ results = concurrent_workflow.run(
"Analyze the potential impact of AI technology on the healthcare industry" "Analyze the potential impact of AI technology on the healthcare industry"
) )
# Each agent's output is available in the results print(results)
for agent_name, output in results.items():
print(f"{agent_name}: {output}")
``` ```
--- ---

Loading…
Cancel
Save