From e010c5541e5cb5598a489416e02f2536d6b7acbc Mon Sep 17 00:00:00 2001 From: Lucas Pereira Date: Sat, 12 Oct 2024 11:16:23 +0200 Subject: [PATCH] fix: typos in planning prompt (#703) Co-authored-by: Lucas Pereira --- lua/avante/templates/planning.avanterules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/avante/templates/planning.avanterules b/lua/avante/templates/planning.avanterules index 821dab7..8f1a5d3 100644 --- a/lua/avante/templates/planning.avanterules +++ b/lua/avante/templates/planning.avanterules @@ -51,7 +51,7 @@ from flask import Flask import math from flask import Flask - + mathweb/flask/app.py @@ -130,7 +130,7 @@ Break large *SEARCH/REPLACE* blocks into a series of smaller blocks that each ch Include just the changing lines, and a few surrounding lines if needed for uniqueness. Do not include long runs of unchanging lines in *SEARCH/REPLACE* blocks. {% if use_xml_format -%} -ONLY change the , DO NOT change the ! +ONLY change the , DO NOT change the ! {% else -%} ONLY change the CODE, DO NOT change the CONTEXT! {% endif %}