MCPcopy Create free account
hub / github.com/ScalingIntelligence/tokasaurus / BatchFileLine

Class BatchFileLine

tokasaurus/server/types.py:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164class BatchFileLine(BaseModel):
165 custom_id: str
166 method: Literal["POST"]
167 url: Literal["/v1/completions", "/v1/chat/completions"]
168 body: dict
169
170
171@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected