- Layout improvements for the Chat client
This commit is contained in:
@@ -166,7 +166,10 @@ class SpecialistExecutor(CrewAIBaseSpecialistExecutor):
|
||||
|
||||
initialisation_message = TranslationServices.translate(self.tenant_id, INITIALISATION_MESSAGE,
|
||||
arguments.language)
|
||||
answer = f"{start_message}\n\n{initialisation_message}"
|
||||
if start_message:
|
||||
answer = f"{start_message}\n\n{initialisation_message}"
|
||||
else:
|
||||
answer = initialisation_message
|
||||
|
||||
ko_questions = self._get_ko_questions()
|
||||
fields = {}
|
||||
|
||||
Reference in New Issue
Block a user