dify/api/core/workflow/nodes
2024-11-05 20:29:59 +08:00
..
answer fix: conversation variable may not change in the answer node (#10034) 2024-10-30 11:10:31 +08:00
base feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
code refactor(workflow): introduce specific exceptions for code validation (#10218) 2024-11-05 20:28:29 +08:00
document_extractor fix(document_extractor): update base exception class (#10208) 2024-11-05 20:28:27 +08:00
end feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
event feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
http_request refactor(http_request): add custom exception handling for HTTP request nodes (#10219) 2024-11-05 20:28:29 +08:00
if_else feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
iteration refactor(variables): replace deprecated 'get_any' with 'get' method (#9584) 2024-10-22 10:49:19 +08:00
knowledge_retrieval refactor(variables): replace deprecated 'get_any' with 'get' method (#9584) 2024-10-22 10:49:19 +08:00
list_operator refactor(list_operator): replace ValueError with InvalidKeyError (#10222) 2024-11-05 20:28:29 +08:00
llm refactor(workflow): introduce specific error handling for LLM nodes (#10221) 2024-11-05 20:28:29 +08:00
loop feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
parameter_extractor refactor(parameter_extractor): implement custom error classes (#10260) 2024-11-05 20:29:59 +08:00
question_classifier fix(workflow): enhance prompt handling with vision support (#9790) 2024-10-24 17:52:11 +08:00
start feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
template_transform refactor(variables): replace deprecated 'get_any' with 'get' method (#9584) 2024-10-22 10:49:19 +08:00
tool cleanup: remove hacked code 2024-10-22 17:56:13 +08:00
variable_aggregator refactor(variables): replace deprecated 'get_any' with 'get' method (#9584) 2024-10-22 10:49:19 +08:00
variable_assigner feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
enums.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
node_mapping.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00