#Custom GPT actions are not working in the GPT editor but are working when opening a regular chat

1 messages · Page 1 of 1 (latest)

silent pulsar
#

My custom GPT actions have been working correctly in the GPT editor over the past few days. I haven't changed the API code at all and now they don't work. When asking the custom GPT something that would usually prompt it to use an action, it just responds with a completely blank response. No errors or anything. Just completely blank.

outer basaltBOT
#

Hi @silent pulsar. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Based on the information provided in the extracts, there could be a few reasons why your custom GPT actions are not working in the GPT editor but are working when opening a regular chat.

  1. Changes not saved: As mentioned in the forum post (https://community.openai.com/t/495495), there could be an issue with the UI not saving changes to your OpenAPI schema. You can check this by exiting the edit mode and coming back in to see if any changes you made were actually saved.

  2. API calls not triggering: Another forum post (https://community.openai.com/t/495495) mentioned issues with GPT Actions not triggering external API calls. If you're not seeing any signs of incoming requests from GPT in your server logs, it could be a similar issue.

  3. Multiple actions in a single step: If your actions require multiple steps (like a GET followed by a POST), as mentioned in another forum post (https://community.openai.com/t/493695), the current setup of GPT Actions might not support executing multiple actions in a single step.

If none of these seem to be the issue, you might want to look into the Assistants API as suggested in a forum post (https://community.openai.com/t/589868). Custom GPTs are only available via ChatGPT Plus.

For more information, you can refer to the OpenAI documentation (https://platform.openai.com/docs/actions/introduction) and the GPT data privacy FAQ's (https://help.openai.com/en/articles/8554402-gpts-data-privacy-faqs).

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: