Skip to content

Commit 819631a

Browse files
committed
chore: Adjust Judge criteria
1 parent b2767ff commit 819631a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents_mcp_usage/multi_mcp/eval_multi_mcp/evals_pydantic_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def create_evaluation_dataset(judge_model: str = DEFAULT_MODEL):
244244
UsedBothMCPTools(),
245245
MermaidDiagramValid(),
246246
LLMJudge(
247-
rubric="The response only contains a mermaid diagram, no other text.",
247+
rubric="The response only contains a mermaid diagram inside the response JSON, no other text.",
248248
include_input=False,
249249
model=judge_model,
250250
),

0 commit comments

Comments
 (0)