Skip to content

Commit d6d64d8

Browse files
committed
feat: diabling the entire evaluation to check for input
1 parent e2b2131 commit d6d64d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

evaluation_function/evaluation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ def _ok() -> Result:
621621

622622
def _err(msg: str) -> Result:
623623
return Result(is_correct=False, feedback_items=[("error", msg)])
624+
625+
return _err(f"answer: {answer}, response: {response}, params: {params}")
624626

625627
# ── parse answer FIRST — evaluation_type and graph flags now live here ─────
626628

0 commit comments

Comments
 (0)