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