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

PR to update chatbot disclaimer #1394

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ type AlertMessage = {
};

const INITIAL_NOTICE: AlertMessage = {
title: "Notice",
message: `<This is a placeholder to inform the user of our chatbot disclaimer,
to be determined at some point before we release to external customers.>
Please do not include any personal or confidential information
in your interaction with the virtual assistant. The tool is
intended to assist with general queries.`,
title: "Important",
message: `Red Hat Ansible Automation Platform Lightspeed can answer questions
related to Ansible Automation Platform. Do not include personal or buisness
sensitive information in your input. Interactions with Ansible Automation Platform
Lightspeed may be reviewed and used to improve our products and services`,
variant: "info",
};

Expand Down
Loading