I have an Http Request defined that when called within Chat generates an exception:
Error Message: HTTP request failed with status code 500 InternalServerError. Error Code: HttpRequestFailure Conversation Id: 35f19bfd-e3dc-4c83-bee5-45a97f6dcfc8 Time (UTC): 2024-01-20T01:42:29.926Z
How do I go about troubleshooting this? ErrorCode and ErrorMessage doesn't provide me much of the detail. Can I get access to the body of response I received from the server?
What are the tools available to troubleshoot / debug such cases?