You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/services/errors
QuantumGhost 10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
8 months ago
..
__init__.py fix: delete some dead code using vulture (#20999) 8 months ago
account.py fix: delete some dead code using vulture (#20999) 8 months ago
app.py feat: Persist Variables for Enhanced Debugging Workflow (#20699) 8 months ago
app_model_config.py
audio.py tts add voice choose (#2391) 2 years ago
base.py fix: enhance file upload error handling and update base error class (#12132) 1 year ago
chunk.py Feat/support parent child chunk (#12092) 1 year ago
conversation.py Resolves #18536 Retreive conversation variables (#18581) 10 months ago
dataset.py refactor: Delete the dataset to verify whether it is in use (#5112) 2 years ago
document.py
file.py
index.py
llm.py catch openai rate limit error (#7658) 1 year ago
message.py
plugin.py Feat/plugin install scope management (#19963) 8 months ago
workflow_service.py feat(workflow_service): workflow version control api. (#14860) 11 months ago
workspace.py E-300 (#19726) 9 months ago