From 1e6a3513087fda1d605bac462cff50e87881a5d9 Mon Sep 17 00:00:00 2001 From: Sumit Jaiswal Date: Tue, 12 Nov 2024 23:46:46 +0530 Subject: [PATCH] update chatbot disclaimer --- .../src/useChatbot/useChatbot.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts b/ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts index 37e9e3a30..ca31ddd54 100644 --- a/ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts +++ b/ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts @@ -49,12 +49,11 @@ type AlertMessage = { }; const INITIAL_NOTICE: AlertMessage = { - title: "Notice", - message: ` -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", };