mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-08 11:14:19 +08:00
(feature)(supersonic-fe) add memory manage (#1287)
This commit is contained in:
@@ -277,7 +277,7 @@ const AgentForm: React.FC<Props> = ({ editAgent, onSaveAgent, onCreateToolBtnCli
|
||||
{
|
||||
label: '记忆管理',
|
||||
key: 'memory',
|
||||
children: <MemorySection />,
|
||||
children: <MemorySection agentId={editAgent!.id!} />,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user