Update Crews.md - correct result variable to crew_output (#972)

This commit is contained in:
Carine Bruyndoncx
2024-07-28 20:40:36 +02:00
committed by GitHub
parent 0a23e1dc13
commit 0111d261a4

View File

@@ -137,7 +137,7 @@ crew = Crew(
verbose=2
)
result = crew.kickoff()
crew_output = crew.kickoff()
# Accessing the crew output
print(f"Raw Output: {crew_output.raw}")