dify/api/core/workflow/nodes
yihong 70dd69d533
fix: Multiple Paths Between IF/ELSE Branches Invalidate Conditions (#11544)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-23 15:09:02 +08:00
..
answer fix: Multiple Paths Between IF/ELSE Branches Invalidate Conditions (#11544) 2024-12-23 15:09:02 +08:00
base fix(base_node): change BaseNodeError exception type from Exception to ValueError (#11952) 2024-12-22 10:42:30 +08:00
code feat(code_node): add more check (#11949) 2024-12-22 10:40:43 +08:00
document_extractor fix: doc can not extract tables (#11879) 2024-12-20 17:19:46 +08:00
end fix: Multiple Paths Between IF/ELSE Branches Invalidate Conditions (#11544) 2024-12-23 15:09:02 +08:00
event fix: remove the unused retry index field (#11903) 2024-12-23 14:32:11 +08:00
http_request fix: remove the unused retry index field (#11903) 2024-12-23 14:32:11 +08:00
if_else fix: some typos using typos (#11374) 2024-12-05 13:24:06 +08:00
iteration Make max_submit_count configurable via Config (#11673) 2024-12-16 12:59:37 +08:00
knowledge_retrieval feat(knowledge_retrieval_node): Suppress exceptions thrown by DatasetRetrieval (#11728) 2024-12-17 13:12:29 +08:00
list_operator fix: set default factory for extract_by in ListOperatorNodeData (#10561) 2024-11-11 23:32:40 +08:00
llm Fix 11979 (#11984) 2024-12-23 14:30:04 +08:00
loop feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
parameter_extractor fix(nodes): handle errors in question_classifier and parameter_extractor (#11927) 2024-12-21 21:21:57 +08:00
question_classifier fix(nodes): handle errors in question_classifier and parameter_extractor (#11927) 2024-12-21 21:21:57 +08:00
start feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
template_transform feat(workflow-nodes): handle missing variables without failure (#10471) 2024-11-08 19:48:05 +08:00
tool feat(tool_node): Suppress exceptions thrown by the Tool (#11724) 2024-12-17 12:11:50 +08:00
variable_aggregator refactor(variables): replace deprecated 'get_any' with 'get' method (#9584) 2024-10-22 10:49:19 +08:00
variable_assigner fix(variable_assigner): change VariableOperatorNodeError to inherit from ValueError (#11951) 2024-12-22 10:43:40 +08:00
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
enums.py Feat: Retry on node execution errors (#11871) 2024-12-20 14:14:06 +08:00
node_mapping.py Feat: upgrade variable assigner (#11285) 2024-12-03 13:56:40 +08:00