dify/api/core/workflow/nodes/tool
aqiu e44abb0d5e refactor(vibe): unify node configuration and improve type safety
- Merge fallback rules and hardcoded definitions into node_schemas.py
- Remove redundant fallback_rules.py and node_definitions.json
- Introduce types.py with TypedDict and Pydantic models for core entities
- Update validation engine, rules, and utilities to use explicit types
- Clean up debug logs and add startup validation for config consistency
- Update frontend and node implementations to support unified schema
2025-12-29 11:04:45 +08:00
..
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
entities.py minor fix: fix error messages (#23081) 2025-07-29 10:59:43 +08:00
exc.py refactor(tool-node): introduce specific exceptions for tool node errors (#10357) 2024-11-07 14:02:38 +08:00
tool_node.py refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00