update:修复intent_llm识别意图不精准问题,handle_device改名

This commit is contained in:
CGD
2025-05-21 18:17:08 +08:00
parent 0dc267c109
commit 241d96f6ac
2 changed files with 19 additions and 10 deletions
@@ -54,7 +54,7 @@ class FunctionHandler:
self.function_registry.register_function("plugin_loader")
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("handle_speaker_volume_or_screen_brightness")
def register_config_functions(self):
"""注册配置中的函数,可以不同客户端使用不同的配置"""