I have a fairly old web application build with vb.net in .net framework 4.7.2. Now I want to make an assistant that does a certain tasks on several documents that I put on a vector store
I wrote routines in vb.net, specifying the json payload and sending these through the httpclient to the openai api. So I am to make the adsistant, vectorstore, threads, messages and runs.
Now I have one question left: how to activate the run and obtain the completion? I read through the documentation, but I can’t figure this out
Can anybody help me?
Thnx in advance, Kees