MCPcopy Create free account
hub / github.com/idank/explainshell / BatchManifestEntry

Class BatchManifestEntry

explainshell/extraction/manifest.py:17–24  ·  view source on GitHub ↗

One batch's record in the manifest.

Source from the content-addressed store, hash-verified

15
16
17class BatchManifestEntry(BaseModel):
18 """One batch's record in the manifest."""
19
20 batch_idx: int
21 batch_id: str | None
22 status: Literal["submitted", "completed", "failed"]
23 error: str | None
24 files: list[str]
25
26
27class BatchManifest(BaseModel):

Callers 1

record_batchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected