
I am attempting to use an API connector plugin to retrieve information from a web app. The information returned is a JSON array. I created a custom connector with a swagger definition and defined the AI plugin description. With dynamic chaining, I can see the chatbot is using the plugin (it triggers an Azure function I wrote). However, the chatbot just displays "Sorry, something went wrong. Error code: SystemError." I feel like I must be missing something.