From f412c69b0066a7af02f7a9bb091b4117ea7abec6 Mon Sep 17 00:00:00 2001 From: Joao Moura Date: Sun, 5 Nov 2023 23:47:44 -0300 Subject: [PATCH] commenting out non-implemented processes --- crewai/process.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crewai/process.py b/crewai/process.py index f585b6f8c..317f0fab5 100644 --- a/crewai/process.py +++ b/crewai/process.py @@ -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'