feat(agent): 重构聊天页面实现,新增Coze SDK集成和API接口,优化路由权限配置
This commit is contained in:
6
src/api/all/agent.ts
Normal file
6
src/api/all/agent.ts
Normal file
@ -0,0 +1,6 @@
|
||||
// 投放账号计划
|
||||
import Http from '@/api';
|
||||
// 获取聊天智能体
|
||||
export const getChatAgent = (id: number) => {
|
||||
return Http.get(`/v1/agent/getChatAgent/${id}`);
|
||||
};
|
||||
Reference in New Issue
Block a user