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 0249198 commit 6ff3fc8Copy full SHA for 6ff3fc8
ai-code-discussion.el
@@ -174,8 +174,8 @@ Argument ARG is the prefix argument."
174
(concat "\n\nNote: Please focus on how to fix the error. Your response should include:\n"
175
"1. A brief explanation of the root cause of the error.\n"
176
"2. A code snippet with the fix.\n"
177
- "3. An explanation of how the fix addresses the error.")))
178
- (ai-code--insert-prompt final-prompt))))
+ "3. An explanation of how the fix addresses the error."))))
+ (ai-code--insert-prompt final-prompt)))
179
180
;;;###autoload
181
(defun ai-code-explain ()
0 commit comments