Skip to content

Commit 63b3678

Browse files
committed
feat: log the errors, alway None
1 parent 135a982 commit 63b3678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evaluation_function/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ def evaluation_function(
4747
except Exception as e:
4848
return LFResult(
4949
is_correct=False,
50-
feedback_items=[("error", f"Invalid FSA format: {str(e)}, received: {response}")]
50+
feedback_items=[("error", f"Invalid FSA format: {str(e)}, received: \n\nresponse: {response}\n\n answer: {answer}, \n\nparams: {params}")]
5151
)

0 commit comments

Comments
 (0)