File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
chat-client/src/client/tabs Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ export class TabFactory {
48
48
Ask me to explain, debug, or optimize your code.
49
49
You can enter \`/\` to see a list of quick actions.` ,
50
50
} ,
51
- {
52
- type : ChatItemType . ANSWER ,
53
- followUp : this . getWelcomeBlock ( ) ,
54
- } ,
55
51
]
56
52
: chatMessages
57
53
? ( chatMessages as ChatItem [ ] )
@@ -84,23 +80,6 @@ export class TabFactory {
84
80
return tabData
85
81
}
86
82
87
- private getWelcomeBlock ( ) {
88
- return {
89
- text : 'Try Examples:' ,
90
- options : [
91
- {
92
- pillText : 'Explain selected code' ,
93
- prompt : 'Explain selected code' ,
94
- type : 'init-prompt' ,
95
- } ,
96
- {
97
- pillText : 'How can Amazon Q help me?' ,
98
- type : 'help' ,
99
- } ,
100
- ] ,
101
- }
102
- }
103
-
104
83
private getTabBarButtons ( ) : TabBarMainAction [ ] | undefined {
105
84
const tabBarButtons = [ ...( this . defaultTabData . tabBarButtons ?? [ ] ) ]
106
85
You can’t perform that action at this time.
0 commit comments