- Layout improvements for the Chat client

This commit is contained in:
Josako
2025-07-23 16:02:11 +02:00
parent f16ed85e82
commit ccc1a2afb8
19 changed files with 472 additions and 277 deletions

View File

@@ -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 = {}