feat: 添加了正交基模式

This commit is contained in:
mayge
2025-09-24 09:00:18 -04:00
parent 1ce76ff4dc
commit 8e3472c839
6 changed files with 413 additions and 217 deletions

View File

@@ -21,8 +21,7 @@ class UuidResponseUnit(BaseModel):
input_hash:str
storage_type: str
result_path:str
started_at:str
completed_at:str
completed_at:Optional[str]
result_json:Optional[dict]
error_message:Optional[str]
failure_count:Optional[int]