update:intent_llm暂时不引用新闻插件,下一个版本改造intent_llm,让它能动态获取functioncall

This commit is contained in:
hrz
2025-05-08 18:25:02 +08:00
parent be1ff83297
commit 47f409246d
3 changed files with 4 additions and 12 deletions
@@ -55,7 +55,6 @@ class FunctionHandler:
self.function_registry.register_function("get_time")
self.function_registry.register_function("get_lunar")
self.function_registry.register_function("handle_device")
self.function_registry.register_function("get_news_from_different_source")
def register_config_functions(self):
"""注册配置中的函数,可以不同客户端使用不同的配置"""