dify/api/core/workflow/nodes
-LAN- c3c85276d1
Fix/refactor invoke result handling in question classifier node (#12015)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-23 17:54:08 +08:00
..
answer fix: add logging for missing edge mapping in StreamProcessor (#12008) 2024-12-23 17:53:36 +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 feat: add RequestBodyError for invalid request body handling (#11994) 2024-12-23 15:53:03 +08:00
if_else fix: some typos using typos (#11374) 2024-12-05 13:24:06 +08:00
iteration fix: Introduce ArrayVariable and update iteration node to handle it (#12001) 2024-12-23 15:52:50 +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/refactor invoke result handling in question classifier node (#12015) 2024-12-23 17:54:08 +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 fix: add UUID validation for tool file ID extraction (#12011) 2024-12-23 17:53:42 +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 fix: add retry feature to code node (#12005) 2024-12-23 16:42:28 +08:00
node_mapping.py Feat: upgrade variable assigner (#11285) 2024-12-03 13:56:40 +08:00