690529:1151 ADR-030-230 context aware #05
CI / CD Pipeline / build (push) Successful in 4m18s
CI / CD Pipeline / deploy (push) Successful in 9m30s

This commit is contained in:
2026-05-29 11:51:57 +07:00
parent b68a750e4f
commit 0dcd7f460b
4 changed files with 33 additions and 5 deletions
@@ -346,6 +346,8 @@ export class AiBatchProcessor extends WorkerHost {
requestPublicId: idempotencyKey,
status: 'completed',
answer: JSON.stringify(extractedMetadata, null, 2),
ocrText: ocrResult.text,
ocrUsed: ocrResult.ocrUsed,
promptVersionUsed: activePrompt.versionNumber,
completedAt: new Date().toISOString(),
})