- Fixed bug where negative answers in KO Criteria resulted in a blank answer
- Fixed bug where removal of audio processor caused eveai_workers to not start up, resulting in documents not being processed.
This commit is contained in:
@@ -368,7 +368,7 @@ class SpecialistExecutor(CrewAIBaseSpecialistExecutor):
|
||||
|
||||
if evaluation == "negative":
|
||||
answer = TranslationServices.translate(self.tenant_id,
|
||||
random.choices(KO_CRITERIA_NOT_MET_MESSAGES),
|
||||
random.choice(KO_CRITERIA_NOT_MET_MESSAGES),
|
||||
self.arguments.language)
|
||||
|
||||
self.flow.state.answer = answer
|
||||
|
||||
Reference in New Issue
Block a user