You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/amazonq/src/lsp/chat/commands.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ export function registerCommands(provider: AmazonQChatViewProvider) {
29
29
issue,
30
30
filePath,
31
31
'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.',
0 commit comments