From 5b3521355a440420455c8538ac5278af238ae712 Mon Sep 17 00:00:00 2001 From: Kofi <74067324+kofi-bhr@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:46:42 -0500 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 336bc09..4749553 100644 --- a/app/lib/.server/llm/prompts.ts +++ b/app/lib/.server/llm/prompts.ts @@ -110,7 +110,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w - Before providing a solution, BRIEFLY outline your implementation steps using tags. This helps ensure systematic thinking and clear communication. Your planning should: + Before providing a solution, BRIEFLY outline your implementation steps. This helps ensure systematic thinking and clear communication. Your planning should: - List concrete steps you'll take - Identify key components needed - Note potential challenges