dify/api/services/tools
Harry 896f3252b8 refactor(api): refactor all
- Replaced direct imports of `TriggerProviderID` and `ToolProviderID` from `core.plugin.entities.plugin` with imports from `models.provider_ids` for better organization.
- Refactored workflow node classes to inherit from a unified `Node` class, improving consistency and maintainability.
- Removed unused code and comments to clean up the implementation, particularly in the `workflow_trigger.py` and `builtin_tools_manage_service.py` files.

These changes enhance the clarity and structure of the codebase, facilitating easier future modifications.
2025-09-25 18:22:30 +08:00
..
api_tools_manage_service.py update sql in batch (#24801) 2025-09-10 13:00:17 +08:00
builtin_tools_manage_service.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00
mcp_tools_manage_service.py fix(mcp): prevent masked headers from overwriting real values (#25722) 2025-09-15 19:24:12 +08:00
tool_labels_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
tools_manage_service.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
tools_transform_service.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00
workflow_tools_manage_service.py update sql in batch (#24801) 2025-09-10 13:00:17 +08:00