We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed2563 commit 96909e1Copy full SHA for 96909e1
examples/my_evaluation.py
@@ -15,7 +15,7 @@
15
# Function also doesn't start with 'test_', but will be auto-registered
16
@evaluation_test(
17
input_rows=[[
18
- EvaluationRow(messages=[{"role": "user", "content": "Custom evaluation"}])
+ EvaluationRow(messages=[{"role": "user", "content": "Custom evaluation"}]) # pyright: ignore[reportArgumentType]
19
]]
20
)
21
async def custom_evaluation(row: EvaluationRow) -> EvaluationRow:
0 commit comments