functioncall fix

This commit is contained in:
CakeCN
2025-09-14 13:39:45 +08:00
parent eb169601aa
commit 443e87599a
3 changed files with 1 additions and 3 deletions

View File

@@ -91,7 +91,6 @@ 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):