agentscope-ai / agentscope-ai/agentscope-java

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

オープン
#2,169 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
area/core/tool bug
主要言語
Java
スター
5.6k
フォーク
1.3k
平均マージ
4日 12時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。