Files
dify/api/core
Harry 0495dc5085 feat(skill): tool switcher for llm node
- Added an `enabled` field to `DifyCliToolConfig` and `ToolDependency` to manage tool activation status.
- Updated `DifyCliConfig` to handle tool dependencies more effectively, ensuring only enabled tools are processed.
- Refactored `SkillCompiler` to utilize `tool_id` for better identification of tools and improved handling of disabled tools.
- Introduced a new method `_extract_disabled_tools` in `LLMNode` to streamline the extraction of disabled tools from node data.
- Enhanced metadata parsing to account for tool enablement, improving overall tool management.
2026-01-29 01:21:18 +08:00
..
2026-01-28 11:42:55 +08:00
2026-01-28 20:51:22 +08:00
2025-09-18 12:49:10 +08:00
2025-10-10 23:41:16 +08:00
2026-01-16 17:01:44 +08:00
2026-01-16 17:01:44 +08:00
2026-01-26 16:57:45 +08:00
2026-01-13 14:13:43 +08:00
2026-01-08 13:17:30 +08:00