feat:聊天tool前端入口
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user