mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@ -112,6 +112,7 @@ class VariableEntity(BaseModel):
|
||||
type: VariableEntityType
|
||||
required: bool = False
|
||||
hide: bool = False
|
||||
default: Any = None
|
||||
max_length: int | None = None
|
||||
options: Sequence[str] = Field(default_factory=list)
|
||||
allowed_file_types: Sequence[FileType] | None = Field(default_factory=list)
|
||||
|
||||
Reference in New Issue
Block a user