fix(web): persist C/D rectification answers without waiting for rescore
Choice C/D without new evidence never changed the candidate posterior until the next dated-event rescore, and persist-v2 would cache-hit on the same evidence fingerprint. Patch the latest decision_receipt.inference_state in place so the next follow-up sees the asked split immediately. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -297,6 +297,7 @@ export async function POST(request: Request) {
|
||||
caseId,
|
||||
turnId,
|
||||
attemptId,
|
||||
userMessage: action === "message" ? parsed.data.message ?? null : null,
|
||||
accounting: accounting as never,
|
||||
}, skillPackage),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user