Update Crews.md (#331)

This commit is contained in:
Bill Chambers
2024-03-11 12:40:45 -07:00
committed by GitHub
parent f8a1d4f414
commit b94de6e947

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)
```