mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
commenting out non-implemented processes
This commit is contained in:
@@ -5,5 +5,5 @@ class Process(str, Enum):
|
|||||||
Class representing the different processes that can be used to tackle tasks
|
Class representing the different processes that can be used to tackle tasks
|
||||||
"""
|
"""
|
||||||
sequential = 'sequential'
|
sequential = 'sequential'
|
||||||
consensual = 'consensual'
|
# TODO: consensual = 'consensual'
|
||||||
hierarchical = 'hierarchical'
|
# TODO: hierarchical = 'hierarchical'
|
||||||
|
|||||||
Reference in New Issue
Block a user