Multiple Outputs from Responses API

'm building an internally facing app for my media company and am using the Responses API. One of the steps of this build is to iterate of created PowerPoint slides and generate a script to go along with it. This works fine, but some of my requests generate multiple Assistant Output responses and I don’t know why. My request contains a previous_response_id and is just sending a json blob with system instructions on how to handle.

Any idea as to what would cause this? It is a simple request and it only happens about 50% of the time. Is this normal?

1 Like

I just stumbled into one myself using o3, in a prompt that was taking unusually too long.

After manually canceling I noticed later in the logs that it was completed and there were several outputs.

The only thing I found was this recommendation:

While this isn’t a definitive solution, let’s hope it can help mitigate the issue.

2 Likes