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/tests/unit_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.
8 months ago
..
configs fix(config): Allow DB_EXTRAS to set search_path via options (#19560) 9 months ago
controllers refactor(version): simplify version comparison logic (#10109) 1 year ago
core refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 8 months ago
extensions feat: add debug log for request and response (#19781) (#19783) 9 months ago
factories fix: implement robust file type checks to align with existing logic (#17557) 10 months ago
libs fix: return absolute path as the icon url if CONSOLE_API_URL is empty (#15279) 11 months ago
models refactor(workflow): Rename workflow node execution models (#20458) 8 months ago
oss chore(lint): correct allowed-unused-imports settings for cleanup unused imports in tests (#11922) 1 year ago
repositories refactor(workflow): Rename workflow node execution models (#20458) 8 months ago
services fix: dataset permission check for partial team members (#19249) (#20242) 8 months ago
utils feat: add interfaces of OAuth handler methods for authorization (#18889) 9 months ago
.gitignore Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 9 months ago
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2 years ago
conftest.py refactor: assembling the app features in modular way (#9129) 1 year ago