We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf43324 + 7e114f4 commit 6f55ef0Copy full SHA for 6f55ef0
1 file changed
evaluation_function/evaluation.py
@@ -26,13 +26,6 @@ def evaluation_function(
26
Returns:
27
LFResult with is_correct and feedback_items
28
"""
29
- return LFResult(
30
- is_correct=False,
31
- feedback_items=[(
32
- "error",
33
- f"response: {response}\nanswer: {answer}\nparams: {params}"
34
- )]
35
- )
36
try:
37
# TEMPORARY WORKAROUND: Extract from params if not passed directly
38
0 commit comments