Is there any way to see what this API is doing when it creates an answer using an underlying Azure AI Search Index?
I get back the JSON response which contains chunks and the answer. But its hard to debug when it returns absolutely no chunks for some reason. Any possible troubleshooting steps I can take with this? I've gotten it not to do it be not having an array of messages (only one question "role:user"). But can't see what's happening with I pass it an array of messages and it returns nothing. Thanks for any help!