Skip to content

Commit e0ece5c

Browse files
committed
chore: Update import
1 parent 7ab3313 commit e0ece5c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

agents_mcp_usage/multi_mcp/multi_mcp_use/pydantic_mcp.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pydantic_ai.mcp import MCPServerStdio
77
from pydantic_ai.usage import UsageLimits
88

9-
from agents_mcp_usage.multi_mcp.mermaid_diagrams import invalid_mermaid_diagram
9+
from agents_mcp_usage.multi_mcp.mermaid_diagrams import invalid_mermaid_diagram_easy
1010

1111
load_dotenv()
1212

@@ -57,12 +57,7 @@ async def main(query: str = "Hi!", request_limit: int = 5) -> None:
5757
# print(result.output)
5858
return result
5959

60-
# Evals
61-
# 1. Did it use both MCP tools?
62-
# 2. Is the mermaid diagram valid?
63-
# 3. Is the mermaid diagram close to the ground truth?
64-
6560

6661
if __name__ == "__main__":
67-
query = f"Add the current time and fix the mermaid diagram syntax using the validator: {invalid_mermaid_diagram}. Return only the fixed mermaid diagram between backticks."
62+
query = f"Add the current time and fix the mermaid diagram syntax using the validator: {invalid_mermaid_diagram_easy}. Return only the fixed mermaid diagram between backticks."
6863
asyncio.run(main(query))

0 commit comments

Comments
 (0)