You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"CHATBOT_PROMPT_HELPER": "This defines the chatbot's personality and how it should behave.",
31
31
"CHATBOT_PROMPT_FORMAT_HELPER": "To describe the initial situation, create an object at the start of the array with 2 keys: 'role' and 'content'. For the initial description the role must be 'system'. Place your description of the initial situation in the 'content' key. Add interaction examples after that. Add one object per message with the role corresponding to either 'assistant' or 'user'.",
"CHATBOT_CUE_HELPER": "This defines the content of the first message of the chatbot. You can change it to better orient the conversation.",
37
-
"CHATBOT_CUE_EMPTY_MESSAGE": "The conversation starter is empty.",
39
+
"CHATBOT_CUE_EMPTY_MESSAGE": "-",
38
40
"SAVE_LABEL": "Save",
39
41
"SAVED_LABEL": "Saved",
40
42
"GENERAL_SETTING_TITLE": "General",
@@ -66,6 +68,12 @@
66
68
"CLOSE": "Close",
67
69
"SIGN_OUT_ALERT": "You should be signed in to interact with the chatbot",
68
70
"ANALYTICS_CONVERSATION_MEMBER": "Conversation",
69
-
"CHATBOT_STARTER_SUGGESTION_HELPER": "This defines suggested messages the user can send at the beginning of the conversation to the chatbot. You can change it to give ideas of interactions."
71
+
"CHATBOT_STARTER_SUGGESTION_HELPER": "This defines suggested messages the user can send at the beginning of the conversation to the chatbot. You can change it to give ideas of interactions.",
0 commit comments