Files
dify/api/core
Harry f20452622a fix(trigger): improve event retrieval handling in PluginTriggerProviderController
- Updated the `get_event` method to return `None` instead of raising a ValueError when an event is not found, enhancing error handling.
- Adjusted the `get_event_parameters` method to handle cases where the event may be `None`, returning an empty dictionary instead of causing an error.
- Improved type hinting for better clarity and type safety.
2025-10-17 14:43:43 +08:00
..
2025-09-18 12:49:10 +08:00
2025-09-18 12:49:10 +08:00
2025-10-10 23:41:16 +08:00
2025-09-18 12:49:10 +08:00
2025-10-11 09:08:29 +08:00
2025-10-10 17:30:13 +09:00
2025-10-10 17:30:13 +09:00
2025-10-11 09:08:29 +08:00
2025-10-11 17:46:44 +08:00