Changes for eveai_chat_client:
- Modal display of privacy statement & Terms & Conditions - Consent-flag ==> check of privacy and Terms & Conditions - customisation option added to show or hide DynamicForm titles
This commit is contained in:
@@ -168,7 +168,7 @@ class SpecialistExecutor(CrewAIBaseSpecialistExecutor):
|
||||
# We are in orientation mode, so we give a standard message, and move to rag state
|
||||
start_selection_question = TranslationServices.translate(self.tenant_id, START_SELECTION_QUESTION,
|
||||
arguments.language)
|
||||
self.flow.state.answer = f"{welcome_message}\n\n{start_selection_question}"
|
||||
self.flow.state.answer = f"{welcome_message}"
|
||||
self.flow.state.phase = "rag"
|
||||
|
||||
results = SelectionResult.create_for_type(self.type, self.type_version)
|
||||
|
||||
Reference in New Issue
Block a user