files_path_get fix
Alessandro committed
Feb 9, 2026 at 11:25 UTC
c2f579df41735a2775127ff74ed6e34c33304f0e
2 files changed
+3
-1
python/api/chat_files_path_get.py
+3
-1
@@ -1,5 +1,7 @@
1
from python.helpers.api import ApiHandler, Request, Response
2
-from python.helpers import files, memory, notification, projects, notification, runtime, settings
2
+from python.helpers import files, notification, projects, notification, runtime, settings
3
+from python.helpers.plugins import import_plugin_module
4
+memory = import_plugin_module("memory", "helpers/memory.py")
5
import os
6
7