src/api/ai/chat.ts
@@ -161,6 +161,20 @@ }; export const DeleteHistoryGroups = async (params, req:any = request) => { return req({ url: "/history/delete_history_group", method: "POST", data: params, headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, }); }; export const QueryHistoryGroup = async (params, req:any = request) => {