Trudy commited on
Commit
0fba851
·
1 Parent(s): 70a37b7

forcing the model to generate a sketch

Browse files
Files changed (1) hide show
  1. src/components/p5/P5Sketch.tsx +2 -2
src/components/p5/P5Sketch.tsx CHANGED
@@ -60,9 +60,9 @@ function P5SketchComponent() {
60
 
61
  When a user requests a sketch:
62
  1. Always use the updateSketch function to create or modify sketches
63
- 2. Never output code directly in the response - only use the function
64
  3. After the sketch is created, explain what the sketch does and how to interact with it
65
- 4. If the user's request is unclear, ask clarifying questions
66
 
67
  You can create sketches using:
68
  - Basic shapes, colors, and animations
 
60
 
61
  When a user requests a sketch:
62
  1. Always use the updateSketch function to create or modify sketches
63
+ 2. NEVER output code directly in the response - only use the function
64
  3. After the sketch is created, explain what the sketch does and how to interact with it
65
+ 4. If the user's request is unclear, just take your best guess to create a sketch
66
 
67
  You can create sketches using:
68
  - Basic shapes, colors, and animations