mirror of https://github.com/Mai-with-u/MaiBot.git
修改了一处注释
parent
6e3afcf18b
commit
8cc6636b20
|
|
@ -53,7 +53,7 @@ class ComponentRegistry:
|
|||
|
||||
# 工具特定注册表
|
||||
self._tool_registry: Dict[str, BaseTool] = {} # 工具名 -> 工具类
|
||||
self._llm_available_tools: Dict[str, str] = {} # 公开的工具名 -> 描述
|
||||
self._llm_available_tools: Dict[str, str] = {} # llm可用的工具名 -> 描述
|
||||
|
||||
# EventHandler特定注册表
|
||||
self._event_handler_registry: Dict[str, Type[BaseEventHandler]] = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue