Skip to content

Commit bfb4eef

Browse files
authored
Update pydantic_ai_slim/pydantic_ai/builtin_tools.py
1 parent 93e26d6 commit bfb4eef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydantic_ai_slim/pydantic_ai/builtin_tools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ class AbstractBuiltinTool(ABC):
1818
The builtin tools are passed to the model as part of the `ModelRequestParameters`.
1919
"""
2020

21-
# TODO(Marcelo): We need to handle custom tool definitions per model base.
22-
# def handle_custom_tool_definition(self, model: str) -> Any: ...
2321

2422

2523
@dataclass

0 commit comments

Comments
 (0)