MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / updateProgressStatus

Function updateProgressStatus

codex_image/codex_image.ts:387–398  ·  view source on GitHub ↗
(phaseText: string)

Source from the content-addressed store, hash-verified

385 });
386 } catch {}
387 };
388
389 const heartbeat = (async () => {
390 while (!heartbeatStopped) {
391 await sleep(20000);
392 if (heartbeatStopped) break;
393 await updateProgressStatus(currentPhaseText);
394 }
395 })();
396
397 let result: CodexResponseResult;
398 try {
399 result = await callCodexImage(
400 prompt,
401 referenceImage || undefined,

Callers 1

handleCximgFunction · 0.85

Calls 2

formatDurationFunction · 0.70
editMethod · 0.45

Tested by

no test coverage detected