Skip to content

Commit 96909e1

Browse files
committed
add
1 parent 1ed2563 commit 96909e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/my_evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Function also doesn't start with 'test_', but will be auto-registered
1616
@evaluation_test(
1717
input_rows=[[
18-
EvaluationRow(messages=[{"role": "user", "content": "Custom evaluation"}])
18+
EvaluationRow(messages=[{"role": "user", "content": "Custom evaluation"}]) # pyright: ignore[reportArgumentType]
1919
]]
2020
)
2121
async def custom_evaluation(row: EvaluationRow) -> EvaluationRow:

0 commit comments

Comments
 (0)