I tried to give my plugin as an Action to a GPT. It worked. However, since we are only asked to provide the openapi.json file, while the GPT knows to use the individual end-points (functions) defined in the api, it does not understand how to properly use them as a group (e.g., calling sequence considerations etc.). In the case of plugin, this info is provided in the “description_for_model” part of the ai-plugin.json
, are we supposed to copy that information to the “instructions” for the GPT? thanks