Skip to content

Commit

Permalink
Fixing Typo in System Prompt
Browse files Browse the repository at this point in the history
Changed `of the of the` to `of the` for the 6th artifact instruction
  • Loading branch information
fauzulkc authored Nov 24, 2024
1 parent cecbc55 commit 62aa2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/.server/llm/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 62aa2a7

Please sign in to comment.