mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
This commit is contained in:
@ -19,7 +19,7 @@ class Segment(BaseModel):
|
||||
model_config = ConfigDict(frozen=True)
|
||||
|
||||
value_type: SegmentType
|
||||
value: Any
|
||||
value: Any = None
|
||||
|
||||
@field_validator("value_type")
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user