mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
284878ec5a
When using dynamic select options in tools/models, the plugin executor tries to get a trigger event handler even if no trigger is registered. This caused an unhandled exception that broke the dynamic select functionality. Added try-except block to get_trigger_event_handler_safely() to catch and log any exceptions, returning None instead of propagating the error.