mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Updating README
This commit is contained in:
@@ -50,7 +50,7 @@ crew = Crew(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Get your crew to work!
|
# Get your crew to work!
|
||||||
crew.kickoff()
|
result = crew.kickoff()
|
||||||
```
|
```
|
||||||
|
|
||||||
Currently the only supported process is `Process.sequential`, where one task is executed after the other and the outcome of one is passed as extra content into this next.
|
Currently the only supported process is `Process.sequential`, where one task is executed after the other and the outcome of one is passed as extra content into this next.
|
||||||
|
|||||||
Reference in New Issue
Block a user