Local OpenAI Assistant API Response

So far I’ve managed to use the base url override to point to my local instance of my OpenAI Assistant API model using ngrok. I receive the POST from Cursor and return the v1/chat/conversation with 200 success.

However I can’t seem to get my response to show up in the chat window. Has anyone successfully been able to properly format the response for Cursor to receive and show in the chat and can provide some guidance?