Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ai-help): show canned answer without sources for off-topic questions #10575

Merged
merged 9 commits into from
Mar 1, 2024
4 changes: 2 additions & 2 deletions client/src/plus/ai-help/constants.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const SORRY_BACKEND = "Sorry, I don't know how to help with that.";
export const SORRY_BACKEND_PREFIX = "I'm sorry, but I can't";
export const SORRY_FRONTEND =
"Sorry, I don’t know how to help with that.\n\nPlease keep in mind that I am only limited to answer based on the MDN documentation.";
"I'm sorry, but I can't answer questions outside web development.";

export const MESSAGE_SEARCHING = "Searching for MDN content…";
export const MESSAGE_SEARCHED = "Consulted MDN content:";
Expand Down
Loading
Loading