Hi! I’ve been trying to use code interpreter tool with store=False in a multi-turn conversation.
Even though I provide the full item back, including both input and output, I get the below error:
Error code: 404 - {‘error’: {‘message’: “Item with id ‘ci_689b18ab99fc8195bf1e6048ea16edec051e88e72c2cc839’ 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}}
Why does it look up for this item? Does it have any hidden states? Can we avoid that without enabling storage?