yangyin
2024-10-28 be0b1a911b5e36faf8bcc61c452520e97f00cd16
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',