Skip to content

Commit 0415b4d

Browse files
Merge master into feature/LSP-gamma
2 parents d968af9 + c368527 commit 0415b4d

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
@@ -29,7 +29,7 @@ export function registerCommands(provider: AmazonQChatViewProvider) {
2929
issue,
3030
filePath,
3131
'Explain',
32-
'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.',
32+
'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.',
3333
provider,
3434
'explainIssue'
3535
)

0 commit comments

Comments
 (0)