@snf/access-qa-bot 3.3.1 → 3.3.2
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/access-qa-bot.js
CHANGED
|
@@ -15086,9 +15086,7 @@ const ki = {
|
|
|
15086
15086
|
}, Oo = {
|
|
15087
15087
|
BOT_NAME: "ACCESS Q&A",
|
|
15088
15088
|
LOGO: "https://support.access-ci.org/themes/contrib/asp-theme/images/icons/ACCESS-arrrow.svg",
|
|
15089
|
-
WELCOME_MESSAGE:
|
|
15090
|
-
|
|
15091
|
-
*This assistant is powered by AI. Responses may not always be accurate. Do not share passwords or secrets.* [Privacy Notice](https://support.access-ci.org/tools/access-qa-tool/privacy)`,
|
|
15089
|
+
WELCOME_MESSAGE: "Hello! What can I help you with?",
|
|
15092
15090
|
WELCOME_MESSAGE_LOGGED_OUT: "To ask questions, please log in.",
|
|
15093
15091
|
LOGIN_URL: "/login",
|
|
15094
15092
|
PRIMARY_COLOR: "#1a5b6e",
|
|
@@ -15116,7 +15114,9 @@ function Vm({ welcome: e, setTicketForm: n, isLoggedIn: a, trackEvent: i }) {
|
|
|
15116
15114
|
},
|
|
15117
15115
|
// Transition step for logged-in users - absorbs button click, waits for real question
|
|
15118
15116
|
go_ahead_and_ask: {
|
|
15119
|
-
message:
|
|
15117
|
+
message: `Go ahead and ask your question! I'll do my best to help.
|
|
15118
|
+
|
|
15119
|
+
*This assistant is powered by AI. Responses may not always be accurate. Do not share passwords or secrets.* [Privacy Notice](https://support.access-ci.org/tools/access-qa-tool/privacy)`,
|
|
15120
15120
|
path: "qa_loop"
|
|
15121
15121
|
}
|
|
15122
15122
|
};
|
|
@@ -16673,7 +16673,9 @@ function uv({ sessionId: e, apiKey: n, trackEvent: a }) {
|
|
|
16673
16673
|
return {
|
|
16674
16674
|
// Entry point with instructions
|
|
16675
16675
|
metrics_intro: {
|
|
16676
|
-
message: `Please type your question about usage and performance metrics (XDMoD) below. You can see some <a target="_blank" href="${ki.METRICS_QUESTIONS_URL}">examples here</a
|
|
16676
|
+
message: `Please type your question about usage and performance metrics (XDMoD) below. You can see some <a target="_blank" href="${ki.METRICS_QUESTIONS_URL}">examples here</a>.
|
|
16677
|
+
|
|
16678
|
+
<em>This assistant is powered by AI. Responses may not always be accurate. Do not share passwords or secrets.</em> <a href="https://support.access-ci.org/tools/access-qa-tool/privacy">Privacy Notice</a>`,
|
|
16677
16679
|
renderHtml: ["BOT"],
|
|
16678
16680
|
path: "metrics_loop"
|
|
16679
16681
|
},
|