dify/api/core/workflow/nodes
KVOJJJin 935e72d449
Feat: conversation variable & variable assigner node (#7222)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-13 14:44:10 +08:00
..
answer Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
code fix: code tool fails when null property exists in object (#6988) 2024-08-06 16:11:00 +08:00
end fix(api/nodes): Fallback to get_any in some nodes that use object or array. (#6566) 2024-07-23 15:51:07 +08:00
http_request fix: solving http-request-tool bugs in workflow (#6685) 2024-08-11 16:32:06 +08:00
if_else Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
iteration fix(api/core/workflow/nodes/iteration/iteration_node.py): Extend output in iteration if output is a array. (#6647) 2024-07-25 00:32:39 +08:00
knowledge_retrieval delete weight_type in knowledge retrieval node (#6892) 2024-08-01 21:38:59 +08:00
llm fix(api/core/workflow/nodes/llm/llm_node.py): Fix LLM Node error. (#6576) 2024-07-23 17:09:16 +08:00
loop Feat/workflow phase2 (#4687) 2024-05-27 22:01:11 +08:00
parameter_extractor fix(api/nodes): Fallback to get_any in some nodes that use object or array. (#6566) 2024-07-23 15:51:07 +08:00
question_classifier Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
start Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
template_transform Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
tool fix(api/core/workflow/nodes/tool/tool_node.py): Keep None value in tool params. (#7066) 2024-08-07 19:36:21 +08:00
variable_aggregator fix(api/nodes): Fallback to get_any in some nodes that use object or array. (#6566) 2024-07-23 15:51:07 +08:00
variable_assigner Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_node.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00