We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e1fe1 commit a1d67d5Copy full SHA for a1d67d5
evaluation_function/evaluation.py
@@ -30,6 +30,5 @@ def evaluation_function(
30
"""
31
32
return Result(
33
- is_correct=response == answer,
34
- feedback=f"The answer is {response == answer}"
+ is_correct=response == answer
35
)
0 commit comments