()
| 258 | // createBatch(); |
| 259 | |
| 260 | const checkBatchStatus = async () => { |
| 261 | const batch = await openai.batches.retrieve(""); |
| 262 | console.log(batch); |
| 263 | }; |
| 264 | |
| 265 | // checkBatchStatus(); |
| 266 |
nothing calls this directly
no outgoing calls
no test coverage detected