Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine

This commit is contained in:
-LAN-
2025-09-09 22:16:59 +08:00
14 changed files with 63 additions and 43 deletions

View File

@ -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