dify/api/core/app/apps/advanced_chat
Harry b67d0d8c45 refactor(sandbox): update sandbox service to use sandbox_id instead of workflow_execution_id
- Modified the SandboxService and related app generators to replace workflow_execution_id with sandbox_id for improved clarity and consistency in sandbox handling.
- Adjusted the AdvancedChatAppGenerator and WorkflowAppGenerator to align with the new parameter naming convention.
2026-01-30 22:45:28 +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 refactor(sandbox): update sandbox service to use sandbox_id instead of workflow_execution_id 2026-01-30 22:45:28 +08:00
app_runner.py Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-28 11:41:58 +08:00
generate_response_converter.py feat: add stream response 2026-01-13 14:13:43 +08:00
generate_task_pipeline.py fix: allow repeated tool calls with same tool_call_id 2026-01-23 10:04:21 +08:00