fix(web): forget memory's pending nodes support page

This commit is contained in:
zhaoying
2026-03-30 13:36:02 +08:00
parent b699b746a5
commit 3aed5c447a
5 changed files with 16 additions and 15 deletions

View File

@@ -154,6 +154,8 @@ export const analyticsRefresh = (end_user_id: string) => {
export const getForgetStats = (end_user_id: string) => {
return request.get(`/memory/forget-memory/stats`, { end_user_id })
}
// 获取带遗忘节点列表
export const getForgetPendingNodesUrl = '/memory/forget-memory/pending-nodes'
// Implicit Memory - Preferences
export const getImplicitPreferences = (end_user_id: string) => {
return request.get(`/memory/implicit-memory/preferences/${end_user_id}`)