mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
feat(mcp): available for provider reloading
This commit is contained in:
@@ -85,4 +85,8 @@ class PluginToolLoader(loader.ToolLoader):
|
||||
},
|
||||
function_name=function.name,
|
||||
function_description=function.description,
|
||||
)
|
||||
)
|
||||
|
||||
async def shutdown(self):
|
||||
"""关闭工具"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user