refactor: extend base image

This commit is contained in:
Florian Hönicke
2023-05-27 09:34:50 +02:00
parent c2799ccd4a
commit ccec88bba9

View File

@@ -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.'''
)