feat:聊天tool前端入口

This commit is contained in:
Gsh
2025-12-23 00:15:32 +08:00
parent 8f515f76c0
commit 681194a517
6 changed files with 431 additions and 182 deletions

View File

@@ -19,3 +19,8 @@ export function getChatList(params: GetChatListParams) {
// return get<ChatMessageVo[]>('/system/message/list', params);
return get<ChatMessageVo[]>('/message', params).json();
}
// 新增对应会话聊天记录
export function aiChatTool() {
return post('/ai-chat/tool').json();
}