I’m new to GPT and have attempted to connect it to an API I use (nocobase). I obtained the schema from the OpenAPI interface, but I’m encountering numerous errors in ChatGPT, specifically regarding “method post is missing operationId; skipping”.
I understand that the operationID is not mandatory for OpenAPI, but is it required for ChatGPT?
Despite these issues, it still displays all the available actions as expected, but none of them work even with the token configured like it should:
Ok, thanks for the reply.
I tried modifying it, wich give me a new error.
In path /Equipement:list, method get, operationId list_Equipement, parameter {'$ref': '#/components/parameters/filter'} is has missing or non-string name;
Looked for the parameters and everything seems good: