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
(default-question "How to fix the error in this code? Please analyze the error, explain the root cause, and provide the corrected code to resolve the issue: "))
@@ -151,15 +160,12 @@ Argument ARG is the prefix argument."
151
160
(format"Investigate exception in function %s: " function-name)
152
161
"Investigate selected exception: "))
153
162
(function-name
154
-
(format"Investigate exceptions in function %s: " function-name))
163
+
(format"Investigate exceptions in function %s: " function-name))
155
164
(t"Investigate exceptions in code: ")))
156
-
(initial-prompt (ai-code-read-string prompt-label
157
-
(or context-text "How to fix the error in this code? Please analyze the error, explain the root cause, and provide the corrected code to resolve the issue: ")))
0 commit comments