Skip to content

Commit 73d5cdb

Browse files
committed
cleaning up after bad merge
1 parent ee14592 commit 73d5cdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pydantic_ai_slim/pydantic_ai/builtin_tools.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,6 @@ class MCPServerTool(AbstractBuiltinTool):
250250
* Anthropic
251251
"""
252252

253-
LIST_TOOLS_KIND: str = 'mcp_list_tools'
254-
CALL_KIND: str = 'mcp_call'
255-
256-
kind: str = 'mcp_server'
257-
258253
id: str
259254
"""The id of the MCP server to use."""
260255

@@ -296,3 +291,8 @@ class MCPServerTool(AbstractBuiltinTool):
296291
297292
* OpenAI Responses
298293
"""
294+
295+
kind: str = 'mcp_server'
296+
297+
LIST_TOOLS_KIND: str = 'mcp_list_tools'
298+
CALL_KIND: str = 'mcp_call'

0 commit comments

Comments
 (0)