agentscope-ai / agentscope-ai/agentscope-java

[Bug]: 技能已经激活,但绑定的工具没有权限

未关闭
#2,169 5 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area/core/tool bug
主要语言
Java
星标
5.6k
派生
1.3k
平均合并
4 天 12 小时
30 天内合并 PR
77

描述

Image

private void skillGroup(Toolkit toolkit, String skillName, Object toolInstance) {
toolkit.createSkillToolGroup(
skillName + "_tools",
"Tools for " + skillName,
false,
skillName);
toolkit.registration().tool(toolInstance).group(skillName + "_tools").apply();
}

Image

Image 可能明确已经激活。

部分关键日志:

[1783922769860.txt](https://github.com/user-attachments/files/29956350/1783922769860.txt)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。