Hello, I am building a GPT that works as an email assistant. This assistant connects to a server that calls Microsoft Graph and then returns needed info to the assistant. Most of the times, the call goes through and an answer is returned. However, some times it returns the error “ClientResponseError”. After several retries, it goes back to work on its own. Is there anything I can do to avoid this issue?
I have a similar problem where I try to download a SharePoint file using Microsoft Graph and it works like one time every hour but the rest of the time the GPT tells me it got a “ClientResponseError”. Any luck finding how to fix this?