mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38: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
|
||||
"""
|
||||
sequential = 'sequential'
|
||||
consensual = 'consensual'
|
||||
hierarchical = 'hierarchical'
|
||||
# TODO: consensual = 'consensual'
|
||||
# TODO: hierarchical = 'hierarchical'
|
||||
|
||||
Reference in New Issue
Block a user