dify/api/core/app/apps/advanced_chat
Harry 2da770cdbd feat: add File Upload node functionality and related components
- Implemented File Upload node with support for uploading files to the sandbox.
- Added necessary UI components including node panel and default configurations.
- Enhanced workflow constants and enums to include File Upload.
- Updated error handling for file upload operations.
- Integrated File Upload into existing workflow structure, ensuring compatibility with variable handling and output management.
- Added translations for new File Upload features in workflow.json.
2026-02-10 20:51:31 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_config_manager.py feat: enhance start node object value check (#30732) 2026-01-09 16:13:17 +08:00
app_generator.py feat: add File Upload node functionality and related components 2026-02-10 20:51:31 +08:00
app_runner.py feat: agent sandbox support HITL 2026-02-09 22:20:41 +08:00
generate_response_converter.py feat: add stream response 2026-01-13 14:13:43 +08:00
generate_task_pipeline.py fix: apply ruff 2026-02-09 17:01:07 +08:00