Update Crews.md (#331)

This commit is contained in:
Bill Chambers
2024-03-11 12:40:45 -07:00
committed by GitHub
parent 7ce89b8741
commit 1ed3941e16

View File

@@ -95,3 +95,4 @@ Once your crew is assembled, initiate the workflow with the `kickoff()` method.
# Start the crew's task execution
result = my_crew.kickoff()
print(result)
```