We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041e04f commit 9b1e528Copy full SHA for 9b1e528
tests/pytest/test_pytest_mcp_config.py
@@ -32,12 +32,12 @@ def test_pytest_mcp_config(row: EvaluationRow) -> EvaluationRow:
32
if len(tool_calls) == 0:
33
row.evaluation_result = EvaluateResult(
34
score=0,
35
- feedback="No tool calls made",
+ reason="No tool calls made",
36
)
37
return row
38
39
40
score=1,
41
- feedback="At least one tool call was made",
+ reason="At least one tool call was made",
42
43
0 commit comments