Skip to content

Commit 3589c27

Browse files
committed
feat: adding in url for example metrics questions
1 parent 45a3292 commit 3589c27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/static/js/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const DEFAULT_CONFIG = {
88
RATING_ENDPOINT: 'https://access-ai-grace1-external.ccs.uky.edu/access/chat/rating/',
99
METRICS_API_ENDPOINT: 'https://access-ai-grace1-external.ccs.uky.edu/access/xdmod/chat/api/',
1010
METRICS_RATING_ENDPOINT: 'https://access-ai-grace1-external.ccs.uky.edu/access/xdmod/chat/rating/',
11-
EXAMPLE_METRICS_QUESTIONS_URL: 'https://docs.google.com/document/d/1-0000000000000000000000000000000000000000/edit?usp=sharing',
11+
METRICS_QUESTIONS_URL: 'https://metrics.access-ci.org/qa_bot_faq',
1212

1313
// Netlify function URL - this should point to the Netlify functions endpoint for ticket submission
1414
// NOT the Q&A API endpoint

src/utils/flows/metrics-flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const createMetricsFlow = ({ sessionId, apiKey }) => {
1616
let feedbackQueryId = null;
1717
return {
1818
metrics_intro: {
19-
message: `Please type your question about usage and performance metrics (XDMoD) below. You can see some <a target="_blank" href="${DEFAULT_CONFIG.EXAMPLE_METRICS_QUESTIONS_URL}">examples here</a>.`,
19+
message: `Please type your question about usage and performance metrics (XDMoD) below. You can see some <a target="_blank" href="${DEFAULT_CONFIG.METRICS_QUESTIONS_URL}">examples here</a>.`,
2020
renderHtml: ["BOT"],
2121
path: "metrics_loop"
2222
},

0 commit comments

Comments
 (0)