How can I integrate my GPT Assistant into C# and send messages?

I create a thread, send a message with the threadId, then run, but I can’t get the response. Please help me

You have to poll the run status. See when you have an AI response ready. Then pick it up by listing messages in a thread.

Silly, but that’s how it works.

Check out this post. We were stuck on it as well.