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