mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Update Crews.md - correct result variable to crew_output (#972)
This commit is contained in:
committed by
GitHub
parent
ca9deaebb7
commit
93e0de2ed9
@@ -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