Hi, is there a simple way to repeat a task sent to OpenAI which was not done/timed out/failed?
Something along the lines of "if response from OpenAI is empty, try again in 1 minute"
I have a flow where I send a prompt to OpenAI and then work with the response.
I know I can use a filter to find the problematic responses (condition=if OpenAI response is empty), but how can I request another try to send the same request/repeat it (send prompt to OpenAI) without having to copy it and turn this into another step?
Something along the lines of "if response from OpenAI is empty, try again in 1 minute"
I have a flow where I send a prompt to OpenAI and then work with the response.
I know I can use a filter to find the problematic responses (condition=if OpenAI response is empty), but how can I request another try to send the same request/repeat it (send prompt to OpenAI) without having to copy it and turn this into another step?