Skip to content

Commit afad0d2

Browse files
Merge master into feature/emr
2 parents 4e0913e + f27ddbe commit afad0d2

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+
}

packages/core/src/amazonq/webview/ui/tabs/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class TabDataGenerator {
3030
const tabData: MynahUIDataModel = {
3131
tabTitle: taskName ?? TabTypeDataMap[tabType].title,
3232
promptInputInfo:
33-
'Use of Amazon Q is subject to the [AWS Responsible AI Policy](https://aws.amazon.com/machine-learning/responsible-ai/policy/).',
33+
'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/).',
3434
quickActionCommands: this.quickActionsGenerator.generateForTab(tabType),
3535
promptInputPlaceholder: TabTypeDataMap[tabType].placeholder,
3636
contextCommands: [

0 commit comments

Comments
 (0)