From c3031bbda8ceeb603ea9b9f5b449116793e1bca9 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Tue, 7 Jan 2025 02:07:22 +0000 Subject: [PATCH] feat: add sample code assistant guideline --- src/main/resources/prompts/core/code-assistant.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/prompts/core/code-assistant.txt b/src/main/resources/prompts/core/code-assistant.txt index 5fc97a9d..6b3294b7 100644 --- a/src/main/resources/prompts/core/code-assistant.txt +++ b/src/main/resources/prompts/core/code-assistant.txt @@ -12,3 +12,7 @@ Previous chat history between the AI and user: {ACTIVE_CONVERSATION} + +Important Guidelines: + +- Carefully follow the instructions marked with the @AI keyword and act accordingly. Then, delete the instruction. \ No newline at end of file