feat: add chat history and session

This commit is contained in:
2024-10-01 00:46:26 +08:00
parent 441b94a061
commit 7d4e6bd299
25 changed files with 1133 additions and 221 deletions

View File

@@ -26,6 +26,10 @@ const serverPath = [
path: 'agent',
links: ['edit/list'],
},
{
path: 'chat',
links: ['history/list', 'session/list', 'chat-prompt/list'],
},
];
const ServerPath = () => {
const navigate = useNavigate();