I have an API endpoint in my plugin API which accepts 1 required parma and 3 optional params.
When chatGPT is calling this endpoint without any optional params it seems to work as expected, but when it uses any optional params it is breaking with the below error. There was no error in the network tab, I only see this in the browser console.
From my debugging, it seems that there was no call to my API endpoint, so it is not an error from my API. (I even tested my API directly to reproduce this error but not successful)
Steps to reproduce
- Install the plugin
Developer Doc Search
- The sequence of prompts that can trigger the error
- I want to get readme docs from the below GitHub. Can you get it for me, please?
github url:https://github.com/firebase/firebase-js-sdk
- can you check if there are any other docs in this GitHub repo?
- Do you see any other folder where we can find more docs?
- Error occurs at the third prompt and it is just stuck here with the loading state.