-
Notifications
You must be signed in to change notification settings - Fork 705
【BUG】MOSCore TextualMemoryMetadata user_id set error #86
Copy link
Copy link
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workingpendingPending items to be addressed | 待解决事项。Pending items to be addressed | 待解决事项。staleA stale issue/PR indicates a long period of inactivity. | 一个长期未更新的issue/PR。A stale issue/PR indicates a long period of inactivity. | 一个长期未更新的issue/PR。
Description
System Info
Description
In the same way as the addition of tree_text·, when adding general memory here, target_user_id should also be used.
# MOSCore.add()
metadata = TextualMemoryMetadata(
user_id=self.user_id, session_id=self.session_id, source="conversation"
)fixed:
# MOSCore.add()
metadata = TextualMemoryMetadata(
user_id=target_user_id, session_id=self.session_id, source="conversation"
)Reproduction
Put your message here.
Others
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpendingPending items to be addressed | 待解决事项。Pending items to be addressed | 待解决事项。staleA stale issue/PR indicates a long period of inactivity. | 一个长期未更新的issue/PR。A stale issue/PR indicates a long period of inactivity. | 一个长期未更新的issue/PR。