Remove Chinese comments and fix function arguments errors (#12052)

### What problem does this PR solve?

As title

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-12-22 12:59:37 +08:00
committed by GitHub
parent c7cf7aad4e
commit 42f9ac997f
4 changed files with 5 additions and 8 deletions

View File

@ -94,6 +94,7 @@ class Document(BaseModel):
blob: bytes
doc_updated_at: datetime
size_bytes: int
primary_owners: list
metadata: Optional[dict[str, Any]] = None