Skip to content

Commit ee27e3b

Browse files
feat(amazonq): include recommendation text in the explain message
1 parent 8f71426 commit ee27e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/chat/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function registerCommands(provider: AmazonQChatViewProvider) {
3030
issue,
3131
filePath,
3232
'Explain',
33-
'Provide a small description of the issue. You must not attempt to fix the issue. You should only give a small summary of it to the user.',
33+
'Provide a small description of the issue. You must not attempt to fix the issue. You should only give a small summary of it to the user. You must start with the information stored in the recommendation.text field if it is present.',
3434
provider,
3535
'explainIssue'
3636
)

0 commit comments

Comments
 (0)