dify/api/core/workflow/nodes
-LAN- 60b5dac3ab
fix: query will be None if the query_prompt_template not exists (#11031)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-11-24 21:06:51 +08:00
..
answer fix: conversation variable may not change in the answer node (#10034) 2024-10-30 11:10:31 +08:00
base chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 2024-11-15 15:41:40 +08:00
code feat(workflow-nodes): handle missing variables without failure (#10471) 2024-11-08 19:48:05 +08:00
document_extractor fix: non utf8 code decode close #10691 (#10698) 2024-11-14 17:29:49 +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 fix: json parse err when http node send request (#11001) 2024-11-24 14:19:48 +08:00
if_else feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
iteration chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
knowledge_retrieval refactor(knowledge-retrieval): improve error handling with custom exceptions (#10385) 2024-11-07 14:02:46 +08:00
list_operator fix: set default factory for extract_by in ListOperatorNodeData (#10561) 2024-11-11 23:32:40 +08:00
llm fix: query will be None if the query_prompt_template not exists (#11031) 2024-11-24 21:06:51 +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 09:27:51 +08:00
question_classifier feat: Allow using file variables directly in the LLM node and support more file types. (#10679) 2024-11-22 16:30:22 +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: create_blob_message of tool will always create image type file (#10701) 2024-11-15 10:38:12 +08:00
variable_aggregator refactor(variables): replace deprecated 'get_any' with 'get' method (#9584) 2024-10-22 10:49:19 +08:00
variable_assigner chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
enums.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
node_mapping.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00