We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f98bc commit 52c0551Copy full SHA for 52c0551
packages/core/src/amazonqTest/chat/controller/controller.ts
@@ -1310,7 +1310,7 @@ export class TestController {
1310
if (session.tabID) {
1311
getLogger().debug('Setting input state with tabID: %s', session.tabID)
1312
this.messenger.sendChatInputEnabled(session.tabID, true)
1313
- this.messenger.sendUpdatePlaceholder(session.tabID, 'Enter "/" for quick actions') // TODO: Change according to the UX
+ this.messenger.sendUpdatePlaceholder(session.tabID, 'Enter "/" for quick actions')
1314
}
1315
getLogger().debug(
1316
'Deleting output.log and temp result directory. testGenerationLogsDir: %s',
0 commit comments