dify/api/core/plugin/backwards_invocation
QuantumGhost c439e82038
refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843)
- Extract methods used by `ParameterExtractorNode` from `LLMNode` into a separate file.
- Convert `ParameterExtractorNode` into a subclass of `BaseNode`.
- Refactor code referencing the extracted methods to ensure functionality and clarity.
- Fixes the issue that `ParameterExtractorNode` returns error when executed.
- Fix relevant test cases.

Closes #20840.
2025-06-10 11:47:50 +08:00
..
app.py refactor(plugin/backwards_invocation/app): Remove unnecessary .value from StrEnum (#18896) 2025-04-28 14:50:59 +08:00
base.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
encrypt.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
model.py refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 2025-06-10 11:47:50 +08:00
node.py fix: correct type mismatch in WorkflowService node execution handling (#19846) 2025-05-17 12:31:27 +08:00
tool.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00