We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a20b02 commit e2d8427Copy full SHA for e2d8427
tests/pytest/test_pytest_klavis_mcp.py
@@ -36,7 +36,7 @@ async def test_pytest_klavis_mcp(row: EvaluationRow) -> EvaluationRow:
36
},
37
{
38
"role": "user",
39
- "content": "Final model output: {row.messages[-1].content}\nGround truth: {ground_truth}",
+ "content": f"Final model output: {row.messages[-1].content}\nGround truth: {ground_truth}",
40
41
],
42
response_format={
0 commit comments