dify/api/core/app
Harry b283a2b3d9 feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling
- Introduced `TriggerProviderIconApi` to fetch icons for trigger plugins based on tenant and provider ID.
- Updated `WorkflowResponseConverter` to include trigger plugin icons in the response.
- Implemented `get_trigger_plugin_icon` method in `TriggerManager` for icon retrieval logic.
- Adjusted `Node` class to correctly set provider information for trigger plugins.
- Modified TypeScript types to accommodate new provider ID field in workflow nodes.
2025-10-13 16:50:32 +08:00
..
app_config fix enum and type (#26756) 2025-10-11 17:46:44 +08:00
apps feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling 2025-10-13 16:50:32 +08:00
entities feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
features chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
task_pipeline delete unnecessary db merge (#26588) 2025-10-06 20:24:24 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00