We’ve been using a custom GPT to pull from our DBX SQL warehouse for weeks now without any issues. Today the “Confirm” button which triggers the executeSqlStatement action has disappeared.
In my privacy settings, I’ve set 3rd party actions settings to “Ask”. In the Action schema definition I’ve set x-openai-isConsequential: true. However, this didn’t fix the issue.
Out of curiosity I also tried switching the 3rd party actions settings to “Always Allow” and x-openai-isConsequential: false. Strangely, the SQL statement does not run automatically and instead hangs and does nothing.
Anyone else experienced this or have a solve? Thanks.
I am also experiencing the same issue. Starting today any time the GPT wants to call the ‘/mcp’ endpoint it asking for permission without any way to approve the request. I also tried setting ‘x-openai-isConsequential: true’ which did not work either.