[fix]Fix the memory interface to use end_user_id.

This commit is contained in:
lanceyq
2026-01-22 16:36:12 +08:00
parent bcc8b7ce3c
commit 3a4a7590c2
13 changed files with 118 additions and 114 deletions

View File

@@ -16,7 +16,7 @@ class PerceptualType(IntEnum):
CONVERSATION = 4
class FileStorageType(IntEnum):
class FileStorageService(IntEnum):
LOCAL = 1
REMOTE = 2