diff --git a/dev_gpt/options/generate/templates_user.py b/dev_gpt/options/generate/templates_user.py index 97a574e..9187d45 100644 --- a/dev_gpt/options/generate/templates_user.py +++ b/dev_gpt/options/generate/templates_user.py @@ -232,7 +232,7 @@ template_summarize_error = PromptTemplate.from_template( "{error}" Your task is to summarize the error message as compact and informative as possible \ while maintaining all information necessary to debug the core issue (100 words). -It should also provide some additional context regarding the specific file and line number where the error occurred. \ +It should also provide some additional context regarding the specific file. \ Note that you must not suggest a solution to the error. Warnings are not worth mentioning.''' )