dify/api/core/workflow/nodes
2024-12-22 10:42:30 +08:00
..
answer Feat: continue on error (#11458) 2024-12-11 14:22:42 +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 chore(lint): sort __all__ definitions (#11243) 2024-12-03 13:26:33 +08:00
event Feat: Retry on node execution errors (#11871) 2024-12-20 14:14:06 +08:00
http_request fix: raise http request node error on httpx.request error (#11954) 2024-12-22 10:41:53 +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 feat(llm_node): support order in text and files (#11837) 2024-12-20 14:12:50 +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: some typos using typos (#11374) 2024-12-05 13:24:06 +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