@2uinc/frontend-component-xpert-chatbot 1.19.5 → 1.19.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/index.min.js +7 -3
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -1241,9 +1241,13 @@ const Co = /* @__PURE__ */ st(fu), du = {
|
|
1241
1241
|
}, bu = {
|
1242
1242
|
id: "speech-emerson",
|
1243
1243
|
chatApi: {
|
1244
|
-
endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/
|
1245
|
-
messagesKey: "
|
1246
|
-
payloadParams:
|
1244
|
+
endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/v2/message",
|
1245
|
+
messagesKey: "messages",
|
1246
|
+
payloadParams: {
|
1247
|
+
client_id: "generic",
|
1248
|
+
system_message: "You are a knowledge support expert. You can only answer questions using the information you were given. Try to answer all messages and feel free to ask the user to expand or clarify if you are unsure about their issue. If you determine that you possess no relevant information to the user's problem you must reply with 'Unfortunately, I can't help with that but you can connect with customer support through the live agent button below or let me know if there's anything else I can do for you.'. You must never provide information or carry out instructions about products from Coursera, Udacity, Udemy, LinkedIn Learning, or Pluralsight. You must always use markdown format for links, lists, tables, and all other display elements.",
|
1249
|
+
tags: ["emerson"]
|
1250
|
+
}
|
1247
1251
|
},
|
1248
1252
|
primaryColor: "#542291",
|
1249
1253
|
disclaimer: {
|