(value: unknown)
| 56 | } |
| 57 | |
| 58 | function serialize(value: unknown): string { |
| 59 | return JSON.stringify(stripCacheControl(value)); |
| 60 | } |
| 61 | |
| 62 | describe("cache stability", () => { |
| 63 | it("system prompt stays stable across defer passes", async () => { |
no test coverage detected