mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-23 00:24:20 +01:00
➕ refactor: summarize error message without line number
This commit is contained in:
@@ -221,7 +221,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.'''
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user