Skip to content

Commit 8b071d0

Browse files
authored
chore: update genai disclaimer text (#1376)
1 parent e258409 commit 8b071d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-client/src/client/texts/disclaimer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ChatItem, MynahIcons } from '@aws/mynah-ui'
33
export const disclaimerAcknowledgeButtonId = 'amazonq-disclaimer-acknowledge-button-id'
44
export const disclaimerCard: Partial<ChatItem> = {
55
messageId: 'amazonq-disclaimer-card',
6-
body: 'Amazon Q Developer uses generative AI. You may need to verify responses. See the [AWS Responsible AI Policy](https://aws.amazon.com/machine-learning/responsible-ai/policy/). Amazon Q Developer processes data across all US Regions. See [here](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/cross-region-inference.html) for more info. Amazon Q may retain chats to provide and maintain the service.',
6+
body: 'Amazon Q Developer uses generative AI. You may need to verify responses. See the [AWS Responsible AI Policy](https://aws.amazon.com/machine-learning/responsible-ai/policy/). Amazon Q may retain chats to provide and maintain the service. For information on the AWS Regions where Amazon Q may perform inference, see [the documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/cross-region-processing.html#cross-region-inference).',
77
buttons: [
88
{
99
text: 'Acknowledge',

0 commit comments

Comments
 (0)