I’m creating a Response object with background = true, but I’ve noticed that the data isn’t being saved—even when I pass in a conversation ID. This happens after the Response is completed.
Does anyone know how to work around this issue?
I’m creating a Response object with background = true, but I’ve noticed that the data isn’t being saved—even when I pass in a conversation ID. This happens after the Response is completed.
Does anyone know how to work around this issue?
I’m getting it too. Seems like others are as well. No known workarounds for long running tasks with the conversations API.
community.openai(.)com/t/v1-responses-with-background-true-does-not-append-i-o-to-conversation-works-when-background-false/1355306
Thanks for replying. It’s a pain for me, for now I’ll need to create a new thread in my application to simulate an async behavior.