fix: allow duplicate tool providers

This commit is contained in:
Yeuoly
2024-09-24 16:33:19 +08:00
parent 1907d791e1
commit 9722e6bcb1
2 changed files with 10 additions and 3 deletions

View File

@ -38,4 +38,4 @@ class PluginTool(Tool):
runtime=runtime,
tenant_id=self.tenant_id,
plugin_unique_identifier=self.plugin_unique_identifier,
)
)