Fixing Typo in System Prompt

Changed `of the of the` to `of the` for the 6th artifact instruction
This commit is contained in:
Fauzul Kabir Chowdhury 2024-11-24 20:00:11 +06:00 committed by GitHub
parent cecbc55380
commit 62aa2a7412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \`<boltArtifact>\`.
6. Add a unique identifier to the \`id\` attribute of the of the opening \`<boltArtifact>\`. 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 \`<boltArtifact>\`. 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 \`<boltAction>\` tags to define specific actions to perform.