Hello, I'm new to Copilot! Currently, I'm in the process of building a simple bot. It takes messages from users, sends them to an Azure Function via an HTTP POST request, and then forwards the service response back to the client.
However, I've encountered an issue where Copilot seems to be sending the request twice. I've implemented a check in my service to handle duplicate requests, but even when I return a 409 error to Copilot for duplicated requests, it only displays the second request and stops there.
I'm unsure why this behavior is occurring. Could anyone provide guidance on how to troubleshoot and resolve this issue? Below is an image of my Copilot flow for reference.