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/workflow/nodes
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
..
__mock Introduce Plugins (#13836) 12 months ago
code_executor fix: sandbox issue related httpx and requests (#8397) 1 year ago
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2 years ago
test_code.py Refactor/remove db from cycle manager (#20455) 8 months ago
test_http.py Remove dead code (#17899) 10 months ago
test_llm.py refactor: Improve model status handling and structured output (#20586) 8 months ago
test_parameter_extractor.py refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 8 months ago
test_template_transform.py Refactor/remove db from cycle manager (#20455) 8 months ago
test_tool.py Refactor/remove db from cycle manager (#20455) 8 months ago