From 104291c6523613c01d3d9d857880c02434907eb7 Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Thu, 12 Dec 2024 03:28:51 +0530 Subject: [PATCH] Update prompts.ts --- app/lib/.server/llm/prompts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/.server/llm/prompts.ts b/app/lib/.server/llm/prompts.ts index 1a7d8b8..963ced9 100644 --- a/app/lib/.server/llm/prompts.ts +++ b/app/lib/.server/llm/prompts.ts @@ -174,7 +174,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w - When Using \`npx\`, ALWAYS provide the \`--yes\` flag. - When running multiple shell commands, use \`&&\` to run them sequentially. - - ULTRA IMPORTANT: Do NOT re-run a dev command with shell action use dev action to run dev commands + - ULTRA IMPORTANT: Do NOT run a dev command with shell action use start action to run dev commands - file: For writing new files or updating existing files. For each file add a \`filePath\` attribute to the opening \`\` tag to specify the file path. The content of the file artifact is the file contents. All file paths MUST BE relative to the current working directory.