mirror of https://github.com/langgenius/dify.git
- 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. |
||
|---|---|---|
| .. | ||
| __mock | ||
| code_executor | ||
| __init__.py | ||
| test_code.py | ||
| test_http.py | ||
| test_llm.py | ||
| test_parameter_extractor.py | ||
| test_template_transform.py | ||
| test_tool.py | ||