yangyin
2024-06-30 ca49563e9bf4bb5ffd3b8ab9bb89c385f41a8be1
src/api/ai/chat.ts
@@ -169,3 +169,14 @@
      },
   });
};
// 获取AI对话测试例子列表
export const getSelectSample = async (params, req: any = request) => {
   return req({
      url: '/section/get_section_sample',
      method: 'POST',
      data: params,
      headers: {
         'Content-Type': 'application/x-www-form-urlencoded',
      },
   });
};