dify/api/core/workflow/nodes
-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
..
agent fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
answer [Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047) 2025-09-03 11:52:26 +08:00
base fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
code fix: correct type checking for None values in code node output validation 2025-09-04 20:39:37 +08:00
document_extractor Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-03 11:56:05 +08:00
end feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
http_request [autofix.ci] apply automated fixes 2025-09-04 04:50:21 +00:00
if_else Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-03 01:33:17 +08:00
iteration chore: apply ty checks on api code with script and ci action (#24653) 2025-09-02 16:05:13 +08:00
knowledge_retrieval [Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047) 2025-09-03 11:52:26 +08:00
list_operator fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
llm fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
loop feat: add property-based access control to GraphRuntimeState 2025-09-04 02:08:58 +08:00
parameter_extractor test: fix test 2025-09-04 17:47:36 +08:00
question_classifier Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-02 11:52:25 +08:00
start feat(graph_engine): Add NodeExecutionType.ROOT and auto mark skipped in Graph.init 2025-08-28 16:41:51 +08:00
template_transform feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
tool fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
variable_aggregator feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
variable_assigner [autofix.ci] apply automated fixes 2025-09-04 04:50:21 +00:00
__init__.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
node_factory.py fix: resolve type error in node_factory by using type guard for node_type_str 2025-08-29 16:16:58 +08:00
node_mapping.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00