Not getting response after sending message

Hi. I am building my app and I am having problem. I am trying to use realtime api with websocket of .net core 9.0. The last response when I get is “type”: “message”,
“status”: “completed”. I am using model “gpt-4o-mini-search-preview-2025-03-11”. I need to check like that with my problem.

Just type “carry on” and it should start generating again

@ievaster . Thank you for being so interested in my post. I understand I need to send another response request “type”: “response.create”. I received the next response from the server with “type”: “response.done”. But
“response”:{“status”: “failed”, “error”: {
“type”: “server_error”,
“code”: null,
“message”: “The server had an error while processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the session ID sess_BAtVUsDYKc5UvcSNk2xgh in your message.)”
}}
I am sending a report to the support center and awaiting a response.