How to repeat timed out/failed OpenAI prompt

PRPA

Member
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?
 
P

Pabblymember11

Guest
Hey @PRPA

No, it is not possible to process the failed or partially failed task from the Router and Filter action step.
 
Top