{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreiaf47ynwglwlp4xrwiqnmzddq5j3bcxwt2mvmct3lviehmyjqcn54",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mnm3bvydzcr2"
  },
  "path": "/t/multi-turn-image-editing-failing-with-zdr/1382831#post_1",
  "publishedAt": "2026-06-06T06:09:46.000Z",
  "site": "https://community.openai.com",
  "textContent": "Since yesterday (last few hours), I have started getting this error:\n\n`Sorry, that failed: Error code: 404 - {‘error’: {‘message’: “Item with id ‘ig_0a40c4f1ad13e3ce016a2302a0835881a3abcf73d5bd338c46’ not found. Items are not persisted when ⁠ store ⁠ is set to false. Try again with ⁠ store ⁠ set to true, or remove this item from your input.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘input’, ‘code’: None}}`\n\nIn case of ZDR (zero-data-retention with store=False), it should still work since we are also passing in the `result` key with the generated image.\n\nCurrently the API bas broken completely because we have store=False and multiple `image_generation_call` messages in history. Removing these messages will break / spoil the history.\n\nI feel there is bug in API which is simply rejecting `image_generation_call` when `store=False` is passed. It should still honour the history if the `result` is also provided in the `image_generation_call`.",
  "title": "Multi-turn image editing failing with ZDR"
}