mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
plugins tools allow multiple additions, but only one is actually displayed in Dify. Is this a BUG or is there a deeper meaning? #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @junjiem on GitHub (Mar 5, 2025).
plugins:
tools:
allow multiple additions, but only one is actually displayed in Dify. Is this a BUG or is there a deeper meaning?
@Mairuis commented on GitHub (Dec 9, 2025):
Hi @junjiem,
Thanks for raising this question. This is expected behavior, not a bug.
Currently, a plugin does not support multiple tool providers, but it does support multiple tools under a single provider.
Correct structure:
If you need tools from different "categories", you should either:
Closing this issue as it's working as designed.