mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
fix: Add sandbox feature to workflow features mapping
This commit is contained in:
@ -60,6 +60,7 @@ const Features = () => {
|
||||
retriever_resource: currentFeatures.citation,
|
||||
sensitive_word_avoidance: currentFeatures.moderation,
|
||||
file_upload: currentFeatures.file,
|
||||
sandbox: currentFeatures.sandbox,
|
||||
}
|
||||
|
||||
await updateFeatures({
|
||||
|
||||
Reference in New Issue
Block a user