You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue you're encountering with the tool name "ATT&CK-workbench" is likely due to the use of the "&" character. Dify's naming conventions for tools specify that the "Tool call name" only supports numbers, letters, and underscores [1]. This restriction is likely causing the error message "you have not added provider ATT" because the system is unable to recognize the tool name correctly.
To resolve this, you should rename the tool to use only supported characters, such as "ATT_CK_workbench" or "ATTCK_workbench".
Regarding the inability to delete the tool, ensure that you have the necessary permissions to perform deletions. Only users with admin or owner roles can delete tools in Dify [2]. If you have the correct permissions and still face issues, it might be related to the invalid tool name causing unexpected behavior. Renaming the tool as suggested might also help in resolving the deletion issue.
Self Checks
Dify version
0.15.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Hello,
I'have named a tool ATT&CK-workbench and now when i return in its configuration , i have this error:
you have not added provider ATT
it seems the "&" character is a problem
Also, now i can't delete the empty tool. Have tou an ideas ?
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: