MCPcopy Create free account
hub / github.com/ethanniser/NextFaster / checkBatchStatus

Function checkBatchStatus

scripts/generate.ts:260–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258// createBatch();
259
260const checkBatchStatus = async () => {
261 const batch = await openai.batches.retrieve("");
262 console.log(batch);
263};
264
265// checkBatchStatus();
266

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected