mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix: Add sandbox feature to workflow features mapping
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import type {
|
||||
FileUpload,
|
||||
RetrieverResource,
|
||||
Runtime,
|
||||
SensitiveWordAvoidance,
|
||||
SpeechToText,
|
||||
SuggestedQuestionsAfterAnswer,
|
||||
@ -20,6 +21,7 @@ export type WorkflowDraftFeaturesPayload = {
|
||||
retriever_resource?: RetrieverResource
|
||||
sensitive_word_avoidance?: SensitiveWordAvoidance
|
||||
file_upload?: FileUpload
|
||||
sandbox?: Runtime
|
||||
}
|
||||
|
||||
export const workflowDraftEnvironmentVariablesContract = base
|
||||
|
||||
Reference in New Issue
Block a user