dify/api/core/workflow/nodes/code
-LAN- 81e9d6f63a
fix: correct type checking for None values in code node output validation
- Fixed isinstance() checks to properly handle None values by checking None separately
- Fixed typo in STRING type validation where 'output_name' was hardcoded as string instead of variable
- Updated error message format to be consistent and more informative
- Updated test assertion to match new error message format
2025-09-04 20:39:37 +08:00
..
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
code_node.py fix: correct type checking for None values in code node output validation 2025-09-04 20:39:37 +08:00
entities.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
exc.py refactor(workflow): introduce specific exceptions for code validation (#10218) 2024-11-04 15:22:41 +08:00