Evan
commited on
fix: re-capitalize "NEW"
Browse files
app/lib/.server/llm/prompts.ts
CHANGED
@@ -179,7 +179,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
|
|
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 it hasn’t been started yet or when
|
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 |
|
|
|
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 it hasn’t been started yet or when NEW dependencies have been 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 |
|