mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Update Crews.md - correct result variable to crew_output (#972)
This commit is contained in:
committed by
GitHub
parent
0a23e1dc13
commit
0111d261a4
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user