mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
VirtualWorkflowSynthesizer._build_features() now extracts ALL legacy
app features from AppModelConfig into the synthesized workflow.features:
- opening_statement + suggested_questions
- sensitive_word_avoidance (keywords/API moderation)
- more_like_this
- speech_to_text / text_to_speech
- retriever_resource
Previously workflow.features was hardcoded to "{}", losing all these
features during transparent upgrade. Now AdvancedChatAppRunner's
moderation, opening text, and other feature layers work correctly
for transparently upgraded old apps.
Made-with: Cursor
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| entities.py | ||
| graph_factory.py | ||
| nested_node_graph_service.py | ||
| queue_dispatcher.py | ||
| scheduler.py | ||
| virtual_workflow.py | ||
| workflow_converter.py | ||