I had a small plugin written in C# using Visual Studio hosted locally that was almost done and then on 8/30/2023 it stopped working. It loads correctly and Swagger is happy to call it but ChatGPT ignores it if I try to call it from there.
The localhost manifest loads correctly and I can see the json block with the input parameters but it never goes beyond that. I’ve even reloaded a basic Weather plugin that was working out of the box and it doesn’t work either. Did they change something about plugin dev that I missed??