mirror of https://github.com/langgenius/dify.git
r2 transform
This commit is contained in:
parent
cc06ce60fd
commit
d0c78d079b
|
|
@ -97,6 +97,7 @@ class VariableEntityType(StrEnum):
|
|||
EXTERNAL_DATA_TOOL = "external_data_tool"
|
||||
FILE = "file"
|
||||
FILE_LIST = "file-list"
|
||||
CHECKBOX = "checkbox"
|
||||
|
||||
|
||||
class VariableEntity(BaseModel):
|
||||
|
|
|
|||
Loading…
Reference in New Issue