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