Skip to content

Commit

Permalink
update chatbot disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
justjais committed Nov 12, 2024
1 parent 8088087 commit 1e6a351
Showing 1 changed file with 5 additions and 6 deletions.
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

0 comments on commit 1e6a351

Please sign in to comment.