Skip to content

Commit 9b1e528

Browse files
author
Dylan Huang
committed
feedback -> reason
1 parent 041e04f commit 9b1e528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pytest/test_pytest_mcp_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ def test_pytest_mcp_config(row: EvaluationRow) -> EvaluationRow:
3232
if len(tool_calls) == 0:
3333
row.evaluation_result = EvaluateResult(
3434
score=0,
35-
feedback="No tool calls made",
35+
reason="No tool calls made",
3636
)
3737
return row
3838

3939
row.evaluation_result = EvaluateResult(
4040
score=1,
41-
feedback="At least one tool call was made",
41+
reason="At least one tool call was made",
4242
)
4343
return row

0 commit comments

Comments
 (0)