fix: fix a bug in cross validation (#618)

* fix a bug in cross_validation

* fix cross-validation prompt position

* fix

* fix

* append all error messages and full traceback details in execution

---------

Co-authored-by: Bowen Xian <xianbowen@outlook.com>
This commit is contained in:
Yuante Li
2025-02-20 16:18:40 +08:00
committed by GitHub
parent 433594297a
commit b64ab18caa
5 changed files with 8 additions and 9 deletions
@@ -95,7 +95,7 @@ ensemble_eval:
Please respond with your feedback in the following JSON format and order
```json
{
"execution": "Describe how well the ensemble executed, including any errors or issues encountered. Retain all error messages and traceback details.",
"execution": "Describe how well the ensemble executed, including any errors or issues encountered. Append all error messages and full traceback details without summarizing or omitting any information.",
"return_checking": "Detail the checks performed on the ensemble results, including shape and value validation.",
"code": "Assess code quality, readability, and adherence to specifications.",
"final_decision": <true/false>