Skip to content

Commit 1bcdf50

Browse files
author
Dylan Huang
committed
fix reasoning -> reason
1 parent 2e37f0e commit 1bcdf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chinook/test_pydantic_chinook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ class Response(BaseModel):
7272
result = await comparison_agent.run(f"Expected answer: 3503\nResponse: {last_assistant_message.content}")
7373
row.evaluation_result = EvaluateResult(
7474
score=result.output.score,
75-
reasoning=result.output.reason,
75+
reason=result.output.reason,
7676
)
7777
return row

0 commit comments

Comments
 (0)