Skip to content

Commit 1227ea4

Browse files
Merge main into feature/dev-execution
2 parents 10abfa0 + 309ef00 commit 1227ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/mynah-ui/src/mynah-ui/ui/texts/disclaimer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ChatItem, MynahIcons } from '@aws/mynah-ui-chat'
88
export const disclaimerAcknowledgeButtonId = 'amazonq-disclaimer-acknowledge-button-id'
99
export const disclaimerCard: Partial<ChatItem> = {
1010
messageId: 'amazonq-disclaimer-card',
11-
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.',
11+
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).',
1212
buttons: [
1313
{
1414
text: 'Acknowledge',

0 commit comments

Comments
 (0)