Skip to content

Commit 5ca305e

Browse files
committed
Fix docs example
1 parent 64dacbb commit 5ca305e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mcp/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ from pydantic_ai import Agent
183183
from pydantic_ai.mcp import MCPServerStdio, ToolResult
184184
from pydantic_ai.models.test import TestModel
185185
from pydantic_ai.tools import RunContext
186-
from pydantic_ai.toolset import CallToolFunc
186+
from pydantic_ai.toolsets.processed import CallToolFunc
187187

188188

189189
async def process_tool_call(

0 commit comments

Comments
 (0)