From 5d1bc6e8b49c8e5b997040354b748c886fa80b7e Mon Sep 17 00:00:00 2001 From: Christopher Brewin Date: Thu, 30 Jan 2025 20:25:43 +1000 Subject: [PATCH] fix (suggesting_rules) add missing brace in the suggestion format (#1146) --- lua/avante/templates/suggesting.avanterules | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/avante/templates/suggesting.avanterules b/lua/avante/templates/suggesting.avanterules index 11abe78..27f8790 100644 --- a/lua/avante/templates/suggesting.avanterules +++ b/lua/avante/templates/suggesting.avanterules @@ -28,6 +28,7 @@ Your task is to suggest code modifications at the cursor position. Follow these "end_row": ${end_row}, "content": "Your suggested code here" } + ] ] {% endraw %}