Spaces:
Running
Running
forcing the model to generate a sketch
Browse files
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.
|
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,
|
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
|