Skip to content

Commit af43f1b

Browse files
committed
change back the welcome message for sage maker user
1 parent 9c67a5a commit af43f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ChatItem, ChatItemType, MynahUIDataModel, QuickActionCommandGroup } fro
77
import { TabType } from '../storages/tabsStorage'
88
import { FollowUpGenerator } from '../followUps/generator'
99
import { QuickActionGenerator } from '../quickActions/generator'
10-
import { TabTypeDataMap } from './constants'
10+
import { qChatIntroMessageForSMUS, TabTypeDataMap } from './constants'
1111
import { agentWalkthroughDataModel } from '../walkthrough/agent'
1212
import { FeatureContext } from '../../../../shared/featureConfig'
1313
import { RegionProfile } from '../../../../codewhisperer/models/model'
@@ -101,7 +101,7 @@ Enter \`/\` to view quick actions. Use \`@\` to add saved prompts, files, folder
101101
...(regionProfileCard ? [regionProfileCard] : []),
102102
{
103103
type: ChatItemType.ANSWER,
104-
body: welcomeMessage,
104+
body: isSMUS ? qChatIntroMessageForSMUS : welcomeMessage,
105105
},
106106
{
107107
type: ChatItemType.ANSWER,

0 commit comments

Comments
 (0)