- 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:
@@ -55,11 +55,6 @@ configuration:
|
||||
description: "Primary Color"
|
||||
type: "color"
|
||||
required: false
|
||||
active_text_color:
|
||||
name: "Active Interaction Text Color"
|
||||
description: "Secondary Color"
|
||||
type: "color"
|
||||
required: false
|
||||
history_background:
|
||||
name: "History Background"
|
||||
description: "Percentage to lighten (+) / darken (-) the user message background"
|
||||
@@ -67,27 +62,28 @@ configuration:
|
||||
min_value: -50
|
||||
max_value: 50
|
||||
required: false
|
||||
history_user_message_background:
|
||||
name: "History User Message Background"
|
||||
description: "Percentage to lighten (+) / darken (-) the user message background"
|
||||
type: "integer"
|
||||
min_value: -50
|
||||
max_value: 50
|
||||
ai_message_background:
|
||||
name: "AI (Bot) Message Background Color"
|
||||
description: "AI (Bot) Message Background Color"
|
||||
type: "color"
|
||||
required: false
|
||||
history_ai_message_background:
|
||||
name: "History AI Message Background"
|
||||
description: "Percentage to lighten (+) / darken (-) the AI message background"
|
||||
type: "integer"
|
||||
min_value: -50
|
||||
max_value: 50
|
||||
ai_message_text_color:
|
||||
name: "AI (Bot) Message Text Color"
|
||||
description: "AI (Bot) Message Text Color"
|
||||
type: "color"
|
||||
required: false
|
||||
history_message_text_color:
|
||||
name: "History Text Color"
|
||||
description: "History Message Text Color"
|
||||
human_message_background:
|
||||
name: "Human Message Background Color"
|
||||
description: "Human Message Background Color"
|
||||
type: "color"
|
||||
required: false
|
||||
human_message_text_color:
|
||||
name: "Human Message Text Color"
|
||||
description: "Human Message Text Color"
|
||||
type: "color"
|
||||
required: false
|
||||
metadata:
|
||||
author: "Josako"
|
||||
date_added: "2024-06-06"
|
||||
changes: "Initial version"
|
||||
changes: "Adaptations to make color choosing more consistent and user friendly"
|
||||
description: "Parameters allowing to customise the chat client"
|
||||
Reference in New Issue
Block a user