I've followed the instructions on the ChatGPT Retrieval Plugin with Memory GitHub page to enable memory for the retrieval plugin. This involved copying the contents of openapi.yaml and ai-plugin.json from the example into the main files of the same names.
After enabling memory, I've been able to successfully perform queries. However, I'm encountering issues when trying to save data into my database through the plugin. Specifically, when I try to use prompts to save data, the plugin seems to treat these as queries instead of upsert operations.
Here's a screenshot of the issue I'm encountering:

I'm looking for any tips or guidance on how to resolve this issue. Has anyone else encountered this problem and found a solution?