fix: workflow end node validate error (#29473)

Co-authored-by: Novice <novice12185727@gmail.com>
This commit is contained in:
CrabSAMA
2025-12-11 13:47:37 +08:00
committed by GitHub
parent 2e1efd62e1
commit aac6f44562
3 changed files with 188 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ class OutputVariableEntity(BaseModel):
"""
variable: str
value_type: OutputVariableType
value_type: OutputVariableType = OutputVariableType.ANY
value_selector: Sequence[str]
@field_validator("value_type", mode="before")