feat: no longer register tool loader as component for type hints

This commit is contained in:
Junyan Qin
2025-11-03 17:25:56 +08:00
parent 76831579ad
commit 4d0a28a1a7
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from .. import loader
import langbot_plugin.api.entities.builtin.resource.tool as resource_tool
@loader.loader_class('plugin-tool-loader')
# @loader.loader_class('plugin-tool-loader')
class PluginToolLoader(loader.ToolLoader):
"""插件工具加载器。