- Refinement of the chat client to have better visible clues for user vs chatbot messages

- Introduction of interview_phase and normal phase in TRAICIE_SELECTION_SPECIALIST to make interaction with bot more human.
- More and random humanised messages to TRAICIE_SELECTION_SPECIALIST
This commit is contained in:
Josako
2025-08-02 16:36:41 +02:00
parent 998ddf4c03
commit 9a88582fff
50 changed files with 2064 additions and 384 deletions

View File

@@ -31,11 +31,12 @@ def get_default_chat_customisation(tenant_customisation=None):
'progress_tracker_insights': 'No Information',
'form_title_display': 'Full Title',
'active_background_color': '#ffffff',
'active_text_color': '#212529',
'history_background': 10,
'history_user_message_background': -10,
'history_ai_message_background': 0,
'history_message_text_color': '#212529',
'ai_message_background': '#ffffff',
'ai_message_text_color': '#212529',
'human_message_background': '#212529',
'human_message_text_color': '#ffffff',
}
# If no tenant customization is provided, return the defaults