@2uinc/frontend-component-xpert-chatbot 1.13.4 → 1.13.5
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/README.md +5 -3
- package/dist/lib/index.min.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -17,13 +17,15 @@
|
|
17
17
|
xpertKey: 'test-chatbot',
|
18
18
|
};
|
19
19
|
</script>
|
20
|
-
<
|
21
|
-
<link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
|
22
|
-
</head>
|
20
|
+
<link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
|
23
21
|
<script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
|
24
22
|
</body>
|
25
23
|
```
|
26
24
|
|
25
|
+
```
|
26
|
+
$ npm install @2uinc/frontend-component-xpert-chatbot
|
27
|
+
```
|
28
|
+
|
27
29
|
<img src="docs/assets/edx.png" alt="edx Marketplace launch button" width="250">
|
28
30
|
<img src="docs/assets/edx-screen.png" alt="edx Marketplace screen" width="250">
|
29
31
|
|
package/dist/lib/index.min.js
CHANGED
@@ -361,7 +361,7 @@ const is = {
|
|
361
361
|
},
|
362
362
|
container: null
|
363
363
|
},
|
364
|
-
systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about
|
364
|
+
systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about technical issues, navigating the Digital Campus, or using Digital Campus features.",
|
365
365
|
prompts: null,
|
366
366
|
userMessageBubble: {
|
367
367
|
style: {
|
@@ -441,7 +441,7 @@ const is = {
|
|
441
441
|
},
|
442
442
|
container: null
|
443
443
|
},
|
444
|
-
systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about
|
444
|
+
systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about technical issues, navigating the Digital Campus, or using Digital Campus features.",
|
445
445
|
prompts: null,
|
446
446
|
userMessageBubble: {
|
447
447
|
style: {
|