diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-26 11:09:30 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-26 11:09:30 -0700 |
commit | d4ac2379e3958ef34987d366dce26d5f6d472375 (patch) | |
tree | 2ef598b7e6f8a4031e1e5a9d193ce16ede2f9461 | |
parent | 4a8515f7fe55144c2460740b8c3d5ab5cf0cc525 (diff) | |
download | sncontinue-d4ac2379e3958ef34987d366dce26d5f6d472375.tar.gz sncontinue-d4ac2379e3958ef34987d366dce26d5f6d472375.tar.bz2 sncontinue-d4ac2379e3958ef34987d366dce26d5f6d472375.zip |
patch
-rw-r--r-- | continuedev/src/continuedev/steps/chat.py | 2 | ||||
-rw-r--r-- | extension/package-lock.json | 4 | ||||
-rw-r--r-- | extension/package.json | 2 | ||||
-rw-r--r-- | extension/scripts/continuedev-0.1.1-py3-none-any.whl | bin | 89291 -> 89304 bytes |
4 files changed, 4 insertions, 4 deletions
diff --git a/continuedev/src/continuedev/steps/chat.py b/continuedev/src/continuedev/steps/chat.py index 2a8ae2da..54d9c657 100644 --- a/continuedev/src/continuedev/steps/chat.py +++ b/continuedev/src/continuedev/steps/chat.py @@ -136,7 +136,7 @@ class ChatWithFunctions(Step): self.chat_context.append(ChatMessage( role="user", - content=self.user_input + "\n**DO NOT EVER call the 'python' function.**", + content=self.user_input, summary=self.user_input )) diff --git a/extension/package-lock.json b/extension/package-lock.json index c2f1cf18..0f229da2 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.63", + "version": "0.0.65", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.63", + "version": "0.0.65", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index ba5fd5b0..6a8eb0f5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "Accelerating software development with language models", - "version": "0.0.63", + "version": "0.0.65", "publisher": "Continue", "engines": { "vscode": "^1.74.0" diff --git a/extension/scripts/continuedev-0.1.1-py3-none-any.whl b/extension/scripts/continuedev-0.1.1-py3-none-any.whl Binary files differindex a683cedd..bce2846f 100644 --- a/extension/scripts/continuedev-0.1.1-py3-none-any.whl +++ b/extension/scripts/continuedev-0.1.1-py3-none-any.whl |