feat: change chat record prefix (#71)

This commit is contained in:
yetone
2024-08-19 00:05:13 +08:00
committed by GitHub
parent 6bef72e287
commit 834bb9ea77
2 changed files with 39 additions and 32 deletions

View File

@@ -118,7 +118,7 @@ Replace lines: {{start_line}}-{{end_line}}
- Please keep your suggested code changes minimal, and do not include irrelevant lines in the code snippet.
4. Crucial guidelines for line numbers:
- The content regarding line numbers must strictly follow the format "Replace lines: {{start_line}}-{{end_line}}".
- The content regarding line numbers MUST strictly follow the format "Replace lines: {{start_line}}-{{end_line}}". Do not be lazy!
- The range {{start_line}}-{{end_line}} is INCLUSIVE. Both start_line and end_line are included in the replacement.
- Count EVERY line, including empty lines and comments lines, comments. Do not be lazy!
- For single-line changes, use the same number for start and end lines.