feat: support chatflow start node custom input field hidden (#19678)
This commit is contained in:
parent
627911d4ff
commit
ef3569e667
19 changed files with 76 additions and 18 deletions
|
|
@ -109,6 +109,7 @@ class VariableEntity(BaseModel):
|
|||
description: str = ""
|
||||
type: VariableEntityType
|
||||
required: bool = False
|
||||
hide: bool = False
|
||||
max_length: Optional[int] = None
|
||||
options: Sequence[str] = Field(default_factory=list)
|
||||
allowed_file_types: Sequence[FileType] = Field(default_factory=list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue