I just uploaded my OpenAPI contract into GPT’s configuration, and it’s attempting to make requests. However, in reality, there are no external requests being registered in my web server logs.
I’ve tried different servers and the simplest methods, but nothing seems to work. Interestingly, in the OpenAI chat, it appears that requests are failing due to a server error (which is incorrect, as the servers are functioning properly). I even tested it with a Postman mock server, and the same issue persists.
Has anyone else encountered this problem?