fix: avoid try-except in ensemble eval prompts (#637)

* avoid try-except in prompts

* remove try-except limit from coder prompt

* add no try-except criteria in ensemble eval
This commit is contained in:
XianBW
2025-02-25 23:06:41 +08:00
committed by GitHub
parent 36dfd6d424
commit 6db80918fc
2 changed files with 3 additions and 1 deletions
@@ -90,7 +90,8 @@ ensemble_eval:
{% endif %}
## Evaluation Criteria
You will be given the standard output (`stdout`) from the ensemble test and, if applicable, the workflow test.
- You will be given the standard output (`stdout`) from the ensemble test and, if applicable, the workflow test.
- Code should have no try-except blocks because they can hide errors.
Please respond with your feedback in the following JSON format and order
```json