We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a32d6c commit 81d01e6Copy full SHA for 81d01e6
1 file changed
evaluation_function/evaluation.py
@@ -651,6 +651,12 @@ def _err(msg: str) -> Result:
651
"Invalid params schema. Expected e.g. "
652
"{'evaluation_type': 'connectivity'|'bipartite'|'graph_coloring'|...}. "
653
f"Error: {e}"
654
+ f"response: {response}"
655
+ f"response_dict: {response_dict}"
656
+ f"answer: {answer}"
657
+ f"answer_dict: {answer_dict}"
658
+ f"params: {params}"
659
+ f"raw_params: {raw_params}"
660
)
661
662
# ── resolve graphs ───────────────────────────────────────────────────
0 commit comments