I am using code interpreter tool with reasoning model, and using new response api. However I am managing my conversation state myself and I get this error after code interpreter runs if i send a new user message:
Item 'rs_68bc6d5e57e081a1a87a843e3018c68c0a04c77e33752b3b' of type 'reasoning' was provided without its required following item.
Interestingly I tried same in openai playground selected a model, with code interpreter tool, generated a response and subsequent response got same error.
don’t try the playground with store:false, as it does not have a mechanism to create a code interpreter container on its own:
Item with id ‘ci_68bc7e49b3cc81a1a02a3d9e8807723e0dbfbfd3ef9a3cc8’ 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.
Don’t edit the messages, or else you will break the surrounding reasoning.
Otherwise, you should be able to have a linear chat in the playground - filling up the logs with request IDs.