Hi,
i would like to check with you if my error handling process is set up correctly for when chatGPT is down. Sorry if it’s wrong, i’m trying to learn as fast as i can
Basically i want to retry the call to chatgpt after a short period of time and pass all the informations to the normal flow (the resume module has all the fields mapped).
If this fails too the flow sends an error message to the user.
Is it okay? how can i improve my flow?