#GPT custom action problem

1 messages · Page 1 of 1 (latest)

ebon sage
#

I've made custom gpt actions that should work (it works when I call it with curl) but with custom gpt, when I test the action , it starts talking to it and directly says "Stopped talking to"

carmine turretBOT
#

Hi @ebon sage. 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 several reasons why your GPT custom action is not working as expected. Here are a few potential issues and solutions:

  1. Schema Misconfiguration: As mentioned in this forum post (https://community.openai.com/t/523681), the issue could be due to an incorrectly specified schema. Make sure that your schema is correctly defined, including the type in the parameter’s schema.

  2. API Endpoint Issues: In another forum post (https://community.openai.com/t/495495), a user had a similar issue because the UI wasn’t actually saving changes to the OpenAPI schema. Make sure to exit edit mode and come back in to see if any changes you made were actually saved.

  3. Networking Issues: As described in this forum post (https://community.openai.com/t/578780), the issue could be related to your server setup. If you're using a load balancer or similar setup, make sure it's correctly configured to allow connections from OpenAI.

  4. Multiple Actions: If your action requires multiple steps (like a GET followed by a POST), as per this forum post (https://community.openai.com/t/493695), currently GPT may not be able to perform more than one action in response to a single user chat.

If none of these solutions work, it might be helpful to provide more specific details about the issue you're facing.

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