- Re-introduced detail_question to crewai specialists
This commit is contained in:
@@ -94,7 +94,7 @@ class BaseSpecialistExecutor(ABC):
|
||||
self.ept.send_update(self.task_id, processing_type, data)
|
||||
|
||||
@abstractmethod
|
||||
def execute(self, arguments: SpecialistArguments) -> SpecialistResult:
|
||||
def execute_specialist(self, arguments: SpecialistArguments) -> SpecialistResult:
|
||||
"""Execute the specialist's logic"""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user