feat: add chat history and session
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user