更新skill用户接口配置

This commit is contained in:
2026-05-09 13:59:14 +08:00
parent 2e6af6e06c
commit 05ba57282f
3 changed files with 93 additions and 25 deletions

View File

@@ -91,6 +91,17 @@ export function getUserSkillList(params?: UserSkillListParams, config?: any) {
...config,
});
}
/**
* 获取 Skill 用户技能列表
*/
export function getUserSkilllistUser(params?: UserSkillListParams, config?: any) {
return request<SkillListResponse>({
url: '/ai-agent/skill/user/listUser',
method: 'get',
params,
...config,
});
}
/**
* 创建 Skill 用户技能