Skip to content

Commit 7ea2d74

Browse files
committed
♻️ Front-end agent configuration, chat page related constants and types are placed in specific files
1 parent ac8a3a8 commit 7ea2d74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/hooks/useMemory.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
deleteMemory,
1919
} from "@/services/memoryService"
2020

21-
import { pageSize, shareLabels, MemoryGroup } from "@/types/memory"
21+
import { pageSize, MemoryGroup } from "@/types/memory"
2222

2323
interface UseMemoryOptions {
2424
visible: boolean
@@ -474,7 +474,6 @@ export function useMemory({ visible, currentUserId, currentTenantId, message }:
474474
userPersonalGroup,
475475
userAgentGroups,
476476
pageSize,
477-
shareLabels,
478477
getGroupsForTab,
479478
// 新增记忆相关
480479
addingMemoryKey,

0 commit comments

Comments
 (0)