src/api/ai/chat.ts
@@ -315,7 +315,15 @@ }, }); }; export const getMetricsNames = async (req: any = request) => { return req({ url: 'chat/get_metrics_names', method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, }); }; export const filterQuery = async (params, req: any = request) => { return req({ url: 'chat/filter_query',