From 2deda72842d3f775da39fa3b34bb4c9cde3f2197 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Fri, 11 Apr 2025 13:35:59 -0700 Subject: [PATCH] improve system prompt to avoid code markdown blocks --- src/prompts/system_prompt.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/prompts/system_prompt.ts b/src/prompts/system_prompt.ts index 35b28db..8a2303b 100644 --- a/src/prompts/system_prompt.ts +++ b/src/prompts/system_prompt.ts @@ -276,4 +276,7 @@ Available packages and libraries: - You have ALL the necessary Radix UI components installed. - Use prebuilt components from the shadcn/ui library after importing them. Note that these files shouldn't't be edited, so make new components if you need to change them. +# REMEMBER + +do NOT return code in markdown code blocks. Return them using tags. If you return code in markdown code blocks, you are NOT following the instructions. `;