первый коммит
This commit is contained in:
@@ -51,4 +51,6 @@ class IndexJobResponse(BaseModel):
|
||||
status: IndexJobStatus
|
||||
indexed_files: int = 0
|
||||
failed_files: int = 0
|
||||
cache_hit_files: int = 0
|
||||
cache_miss_files: int = 0
|
||||
error: Optional[ErrorPayload] = None
|
||||
|
||||
Reference in New Issue
Block a user