This commit is contained in:
CakeCN
2025-09-14 13:36:35 +08:00
parent 72f6573c9d
commit eb169601aa
2 changed files with 2 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ class ChatManager:
def function_call(self, function_name, arg_function):
print("function_call", function_name, arg_function)
return self.function_manager.call_function(function_name, arg_function)
def change_language(self, id, language):