Skip to content

Commit 77841ef

Browse files
authored
feat(amazonq) change legal text in prompt UI footer (#4926)
1 parent cef482e commit 77841ef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Amazon Q Developer: Updated legal disclaimer text"
4+
}

plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ I can help you upgrade your Java 8 and 11 codebases to Java 17.
7272
return {
7373
tabTitle: taskName ?? this.tabTitle.get(tabType),
7474
promptInputInfo:
75-
'Use of Amazon Q is subject to the [AWS Responsible AI Policy](https://aws.amazon.com/machine-learning/responsible-ai/policy/).',
75+
'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/).',
7676
quickActionCommands: this.quickActionsGenerator.generateForTab(tabType),
7777
promptInputPlaceholder: this.tabInputPlaceholder.get(tabType),
7878
contextCommands: [

0 commit comments

Comments
 (0)