remove useless Tool class attributes (#23389)

This commit is contained in:
Will
2025-08-05 10:20:28 +08:00
committed by GitHub
parent d8584dc03a
commit 7fe23a0ca6
7 changed files with 2 additions and 33 deletions

View File

@@ -20,8 +20,6 @@ class BuiltinTool(Tool):
:param meta: the meta data of a tool call processing
"""
provider: str
def __init__(self, provider: str, **kwargs):
super().__init__(**kwargs)
self.provider = provider