fix: restore user turn persistence checks

This commit is contained in:
Shakker
2026-05-26 18:48:44 +01:00
committed by Shakker
parent 848c38907d
commit 696fb41c5b
9 changed files with 66 additions and 40 deletions

View File

@@ -77,7 +77,7 @@ describe("buildCodexUserPromptMessage", () => {
MediaTypes: ["image/png"],
},
},
} as Parameters<typeof buildCodexUserPromptMessage>[0]);
} as unknown as Parameters<typeof buildCodexUserPromptMessage>[0]);
expect(message).toMatchObject({
role: "user",