- verbeteringen client

- Invoer van een 'constanten' cache op niveau van useTranslation.js, om in de ProgressTracker de boodschappen in de juiste taal te zetten.
This commit is contained in:
Josako
2025-07-21 17:39:52 +02:00
parent f8f941d1e1
commit 0f33beddf4
6 changed files with 379 additions and 5 deletions

View File

@@ -188,6 +188,7 @@ class SpecialistExecutor(CrewAIBaseSpecialistExecutor):
"icon": "verified",
"fields": fields,
}
ko_form = TranslationServices.translate_config(self.tenant_id, ko_form, "fields", arguments.language)
rag_answer = self._check_and_execute_rag(arguments, formatted_context, citations)
if rag_answer: