Good morning,
I hope you are doing well. I use copilot studio with azure openai. When asking for generative answers, many question fail because of a "SystemError". After doing multiple tests, it seems these SystemErrors are due to copilot studio doing an http request to azure openai and the request failing.
Is it possible to put in place an automatic retry so that if the request fails with message SystemError, there is an automatic retry? Generally, is it possible to put in place a retry so that "if the request failed in less than 1 second, there is an automatic retry?"
Have a great day.