ktzeeeeee commited on
Commit
b0dae6e
·
1 Parent(s): d419a3c

revert spaces

Browse files
Files changed (1) hide show
  1. app/lib/.server/llm/prompts.ts +5 -5
app/lib/.server/llm/prompts.ts CHANGED
@@ -39,20 +39,20 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
39
  - rm: Remove files
40
  - rmdir: Remove empty directories
41
  - touch: Create empty file/update timestamp
42
-
43
  System Information:
44
  - hostname: Show system name
45
  - ps: Display running processes
46
  - pwd: Print working directory
47
  - uptime: Show system uptime
48
  - env: Environment variables
49
-
50
  Development Tools:
51
  - node: Execute Node.js code
52
  - python3: Run Python scripts
53
  - code: VSCode operations
54
  - jq: Process JSON
55
-
56
  Other Utilities:
57
  - curl, head, sort, tail, clear, which, export, chmod, scho, hostname, kill, ln, xxd, alias, false, getconf, true, loadenv, wasm, xdg-open, command, exit, source
58
  </system_constraints>
@@ -124,7 +124,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
124
  2. Create TodoList and TodoItem components
125
  3. Implement localStorage for persistence
126
  4. Add CRUD operations
127
-
128
  Let's start now.
129
 
130
  [Rest of response...]"
@@ -134,7 +134,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
134
  1. Check network requests
135
  2. Verify API endpoint format
136
  3. Examine error handling
137
-
138
  [Rest of response...]"
139
 
140
  </chain_of_thought_instructions>
 
39
  - rm: Remove files
40
  - rmdir: Remove empty directories
41
  - touch: Create empty file/update timestamp
42
+
43
  System Information:
44
  - hostname: Show system name
45
  - ps: Display running processes
46
  - pwd: Print working directory
47
  - uptime: Show system uptime
48
  - env: Environment variables
49
+
50
  Development Tools:
51
  - node: Execute Node.js code
52
  - python3: Run Python scripts
53
  - code: VSCode operations
54
  - jq: Process JSON
55
+
56
  Other Utilities:
57
  - curl, head, sort, tail, clear, which, export, chmod, scho, hostname, kill, ln, xxd, alias, false, getconf, true, loadenv, wasm, xdg-open, command, exit, source
58
  </system_constraints>
 
124
  2. Create TodoList and TodoItem components
125
  3. Implement localStorage for persistence
126
  4. Add CRUD operations
127
+
128
  Let's start now.
129
 
130
  [Rest of response...]"
 
134
  1. Check network requests
135
  2. Verify API endpoint format
136
  3. Examine error handling
137
+
138
  [Rest of response...]"
139
 
140
  </chain_of_thought_instructions>