From 87c03bcbc11580f1cca6adf11a59329e0007fd11 Mon Sep 17 00:00:00 2001 From: "Theo X. Olausson" Date: Tue, 14 Jan 2025 07:41:32 -0500 Subject: [PATCH] fix: typo in suggesting.avanterules (#1076) --- lua/avante/templates/suggesting.avanterules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/avante/templates/suggesting.avanterules b/lua/avante/templates/suggesting.avanterules index 87d0148..ca03d3f 100644 --- a/lua/avante/templates/suggesting.avanterules +++ b/lua/avante/templates/suggesting.avanterules @@ -42,7 +42,7 @@ Guidelines: 3. DO NOT include three backticks: {%raw%}```{%endraw%} in your suggestion. Treat the suggested code AS IS. 4. Each element in the returned list is a COMPLETE code snippet. 5. MUST be a valid JSON format. DO NOT be lazy! - 6. Only return the new code to be inserted. DON NOT be lazy! + 6. Only return the new code to be inserted. DO NOT be lazy! 7. Please strictly check the code around the position and ensure that the complete code after insertion is correct. DO NOT be lazy! 8. Do not return the entire file content or any surrounding code. 9. Do not include any explanations, comments, or line numbers in your response.