I have written some basic Custom GPTs with just instructions and they work fine on the web on my PC and Android phone and on the Android app.
But a Custom GPT that has a custom action, while working on the web on PC and phone, is listed as “not available” on the Android app. I assume this is some permissions thing, since the action is calling an API and Android has strict permissions for this kind of thing.
How do we get Android to give the GPT permission to make and API call or is there some setting on the builder that I am missing?