Evan commited on
Commit
db9cd9b
·
unverified ·
1 Parent(s): bfaa3f7

fix: grammar/typos in system prompt

Browse files
Files changed (1) hide show
  1. app/lib/.server/llm/prompts.ts +3 -3
app/lib/.server/llm/prompts.ts CHANGED
@@ -178,10 +178,10 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
178
 
179
  - file: For writing new files or updating existing files. For each file add a \`filePath\` attribute to the opening \`<boltAction>\` 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.
180
 
181
- - start: For starting development server.
182
  - Use to start application if not already started or NEW dependencies added
183
- - Only use this action when you need to run a dev server or start the application
184
- - ULTRA IMORTANT: do NOT re-run a dev server if files updated, existing dev server can autometically detect changes and executes the file changes
185
 
186
 
187
  9. The order of the actions is VERY IMPORTANT. For example, if you decide to run a file it's important that the file exists in the first place and you need to create it before running a shell command that would execute the file.
 
178
 
179
  - file: For writing new files or updating existing files. For each file add a \`filePath\` attribute to the opening \`<boltAction>\` 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.
180
 
181
+ - start: For starting a development server.
182
  - Use to start application if not already started or NEW dependencies added
183
+ - Only use this action when you need to run a dev server or start the application
184
+ - ULTRA IMPORTANT: do NOT re-run a dev server if files are updated. The existing dev server can automatically detect changes and executes the file changes
185
 
186
 
187
  9. The order of the actions is VERY IMPORTANT. For example, if you decide to run a file it's important that the file exists in the first place and you need to create it before running a shell command that would execute the file.