We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcdf50 commit 58b12eaCopy full SHA for 58b12ea
tests/chinook/test_pydantic_chinook.py
@@ -36,12 +36,12 @@ async def test_simple_query(row: EvaluationRow) -> EvaluationRow:
36
if last_assistant_message is None:
37
row.evaluation_result = EvaluateResult(
38
score=0.0,
39
- reasoning="No assistant message found",
+ reason="No assistant message found",
40
)
41
elif not last_assistant_message.content:
42
43
44
45
46
else:
47
model = OpenAIModel(
0 commit comments