We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095e248 commit 1b77b39Copy full SHA for 1b77b39
1 file changed
evaluation_function/evaluation.py
@@ -632,6 +632,9 @@ def _err(msg: str) -> Result:
632
"Invalid params schema. Expected e.g. "
633
"{'evaluation_type': 'connectivity'|'bipartite'|'graph_coloring'|...}. "
634
f"Error: {e}"
635
+ f"response: {response}"
636
+ f"answer: {answer}"
637
+ f"params: {params}"
638
)
639
640
# ── parse response (student's graph) ─────────────────────────────────
0 commit comments