Problem: Chatgpt action passes all tests but when run in chatgpt stops with “Error talking to” and goes no further.
Details: Zapier action was setup using Zapier documentation and was working OK. Now the schema shows a red error line below the schema that says: (‘openapi’,): Input should be ‘3.1.0’
Here is the pertinent line in the schema:
{
“openapi”: “3.0.2”,
“info”: {
“title”: “Zapier AI Actions for GPT (Dynamic)”,
“version”: “1.0.0”,
From inside the action I run the tests and each one passes. When I ask ChatGPT to execute an action it stops at some point saying “Error talking to” and tells me to complete the task manually.
Attempts: I’ve tried changing the following line to 3.1.0
“openapi”: “3.0.2”
This doesn’t change anything.
ChatGPT reports that that the actions are in place and working before spitting the error. Any ideas?