dify/api/tests
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
..
artifact_tests/dependencies build: introduce uv as Python package manager (#16317) 2025-04-15 16:16:49 +08:00
integration_tests refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 2025-06-10 11:47:50 +08:00
unit_tests refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 2025-06-10 11:47:50 +08:00
__init__.py Initial commit 2023-05-15 08:51:32 +08:00