mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-07 12:07:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user