mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
e526acc498
- Added subscription handling to the EventRuntime and TriggerInvokeEventRequest classes, improving the management of event subscriptions. - Updated the PluginExecutor to include subscription details when invoking events, ensuring better integration with subscription-based workflows. - Modified test cases to reflect the new subscription structure, enhancing test coverage and reliability. These changes improve the overall functionality and clarity of the subscription system within the plugin.