From d4ac2379e3958ef34987d366dce26d5f6d472375 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 26 Jun 2023 11:09:30 -0700 Subject: patch --- continuedev/src/continuedev/steps/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'continuedev/src') 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 )) -- cgit v1.2.3-70-g09d2