Skip to content

Commit fff37e8

Browse files
committed
returning fixed value to test if frontend sees latest deployment
1 parent 69053c2 commit fff37e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

evaluation_function/evaluation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def evaluation_function(
3838
to output the evaluation response.
3939
"""
4040

41+
return Result(is_correct=True, feedback_items=[("test", "this is a test")])
42+
4143
if not isinstance(answer, str):
4244
return Result(
4345
is_correct=False,

0 commit comments

Comments
 (0)