diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-19 18:57:29 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-19 18:57:29 -0700 |
commit | a1a60ba990ab36704ce9a7b9a710b051f4b6ce96 (patch) | |
tree | 69bdd37591188dfaf53f2e2762dd27839bab04b5 | |
parent | 507098174a864b697511717ee82fab1810728f53 (diff) | |
download | sncontinue-a1a60ba990ab36704ce9a7b9a710b051f4b6ce96.tar.gz sncontinue-a1a60ba990ab36704ce9a7b9a710b051f4b6ce96.tar.bz2 sncontinue-a1a60ba990ab36704ce9a7b9a710b051f4b6ce96.zip |
discourage xml tag at start of completion
-rw-r--r-- | continuedev/src/continuedev/steps/core/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/continuedev/src/continuedev/steps/core/core.py b/continuedev/src/continuedev/steps/core/core.py index 75738758..688542af 100644 --- a/continuedev/src/continuedev/steps/core/core.py +++ b/continuedev/src/continuedev/steps/core/core.py @@ -285,6 +285,7 @@ class DefaultModelEditCodeStep(Step): {self.user_input} </user_request> <modified_code_to_edit> + """) lines = [] |