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. |
||
|---|---|---|
| .. | ||
| agent/output_parser | ||
| app | ||
| helper | ||
| model_runtime | ||
| prompt | ||
| rag | ||
| tools | ||
| workflow | ||
| __init__.py | ||
| test_file.py | ||
| test_model_manager.py | ||
| test_provider_manager.py | ||