How to repeat timed out/failed OpenAI prompt
Status: Closed · Asked by PRPA on · 0 views
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?
Hey @PRPA
No, it is not possible to process the failed or partially failed task from the Router and Filter action step.