| 162 | |
| 163 | |
| 164 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected