mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
- Updated various components to directly use `provider.name` instead of constructing a path with `provider.plugin_id` and `provider.name`. - Adjusted related calls to `invalidateSubscriptions` and other functions to reflect this change. These modifications enhance code clarity and streamline the handling of provider information in the trigger plugin components.