From 30869403029b36cca6caf5ac940a5df49c768e79 Mon Sep 17 00:00:00 2001 From: yetone Date: Thu, 15 Aug 2024 02:50:16 +0800 Subject: [PATCH] feat: refine prompts --- lua/avante/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/avante/init.lua b/lua/avante/init.lua index 4205fc0..acff309 100644 --- a/lua/avante/init.lua +++ b/lua/avante/init.lua @@ -158,7 +158,6 @@ Replace lines: {{start_line}}-{{end_line}} ``` 3. Crucial guidelines for line numbers: - - L1:, L2:, L3:, ... in the prefix of each line represent line numbers in the original code, you must use these exact numbers, but you must NOT include them in your response. - 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, comments, and the LAST line of the file. - For single-line changes, use the same number for start and end lines.