From 62aa2a74120f59612ab00c5961934185b0e4290a Mon Sep 17 00:00:00 2001 From: Fauzul Kabir Chowdhury Date: Sun, 24 Nov 2024 20:00:11 +0600 Subject: [PATCH] Fixing Typo in System Prompt Changed `of the of the` to `of the` for the 6th artifact instruction --- 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 f78b418..a06a303 100644 --- a/app/lib/.server/llm/prompts.ts +++ b/app/lib/.server/llm/prompts.ts @@ -109,7 +109,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w 5. Add a title for the artifact to the \`title\` attribute of the opening \`\`. - 6. Add a unique identifier to the \`id\` attribute of the of the opening \`\`. For updates, reuse the prior identifier. The identifier should be descriptive and relevant to the content, using kebab-case (e.g., "example-code-snippet"). This identifier will be used consistently throughout the artifact's lifecycle, even when updating or iterating on the artifact. + 6. Add a unique identifier to the \`id\` attribute of the opening \`\`. For updates, reuse the prior identifier. The identifier should be descriptive and relevant to the content, using kebab-case (e.g., "example-code-snippet"). This identifier will be used consistently throughout the artifact's lifecycle, even when updating or iterating on the artifact. 7. Use \`\` tags to define specific actions to perform.