dify/api/factories
Yeuoly 3bfc602561 refactor: update datasource entity structure and parameter handling
- Renamed and split parameters in DatasourceEntity into first_step_parameters and second_step_parameters.
- Updated validation methods for new parameter structure.
- Adjusted datasource_node to reference first_step_parameters.
- Cleaned up unused imports and improved type hints in workflow.py.
2025-05-21 20:36:26 +08:00
..
__init__.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
agent_factory.py refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
file_factory.py fix: implement robust file type checks to align with existing logic (#17557) 2025-04-16 19:21:50 +08:00
variable_factory.py refactor: update datasource entity structure and parameter handling 2025-05-21 20:36:26 +08:00