You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Update the dependencies in this project."> suites/my-new-suite/prompts/my-scenario/L0-minimal.md
264
-
265
-
# L1 - Basic context
266
-
echo"This React project needs its dependencies updated. Please update React and related packages to their latest compatible versions while ensuring the project still builds and tests pass."> suites/my-new-suite/prompts/my-scenario/L1-basic.md
267
-
268
-
# L2 - Directed guidance
269
-
echo"Update the dependencies in this React project:
We welcome contributions! Whether you want to add new benchmarks, create evaluators, or improve documentation, we have comprehensive guides to help you get started.
echo"Update the dependencies in this project."> suites/my-new-suite/prompts/my-scenario/L0-minimal.md
117
+
```
118
+
119
+
**L1 - Basic context:**
120
+
```bash
121
+
echo"This React project needs its dependencies updated. Please update React and related packages to their latest compatible versions while ensuring the project still builds and tests pass."> suites/my-new-suite/prompts/my-scenario/L1-basic.md
122
+
```
123
+
124
+
**L2 - Directed guidance:**
125
+
```bash
126
+
echo"Update the dependencies in this React project:
0 commit comments