We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e26d6 commit bfb4eefCopy full SHA for bfb4eef
pydantic_ai_slim/pydantic_ai/builtin_tools.py
@@ -18,8 +18,6 @@ class AbstractBuiltinTool(ABC):
18
The builtin tools are passed to the model as part of the `ModelRequestParameters`.
19
"""
20
21
- # TODO(Marcelo): We need to handle custom tool definitions per model base.
22
- # def handle_custom_tool_definition(self, model: str) -> Any: ...
23
24
25
@dataclass
0 commit comments