(feature)(supersonic-fe) add memory manage (#1287)

This commit is contained in:
williamhliu
2024-06-29 19:55:35 +08:00
committed by GitHub
parent a3f17b3b68
commit fbe4114775
5 changed files with 147 additions and 31 deletions

View File

@@ -277,7 +277,7 @@ const AgentForm: React.FC<Props> = ({ editAgent, onSaveAgent, onCreateToolBtnCli
{
label: '记忆管理',
key: 'memory',
children: <MemorySection />,
children: <MemorySection agentId={editAgent!.id!} />,
},
];