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/integration_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.
10 months ago
..
controllers fix: ruff with statements (#12578) 1 year ago
model_runtime/__mock refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 11 months ago
plugin refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 11 months ago
tools chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 11 months ago
utils chore: apply flake8-pytest-style linter rules (#8307) 2 years ago
vdb test(vdb/huaweicloudvectordb): Fix the wrong import path (#19413) 11 months ago
workflow refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 10 months ago
.env.example chore: remove the unused config INNER_API_KEY (#14780) 1 year ago
.gitignore Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 11 months ago
__init__.py feat: server multi models support (#799) 3 years ago
conftest.py feat: server multi models support (#799) 3 years ago