We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f9d2d7 + 2e658d5 commit 0e0a81eCopy full SHA for 0e0a81e
1 file changed
evaluation_function/evaluation.py
@@ -56,7 +56,7 @@ def evaluation_function(
56
is_correct=False,
57
feedback=f"Error during evaluation: {str(e)}",
58
fsa_feedback=FSAFeedback(
59
- summary=f"Error during evaluation: {str(e)}",
+ summary=f"Error during evaluation: {str(e)}, answer: {answer}, response: {response} params: {params}",
60
errors=[]
61
)
62
0 commit comments