openAI assistant
It seems like the openAI assistant node is buggy. I looked at the code and it calls the open ai retrieve function as follows:
I checked in the openai documentation and the parameters are supposed to be passed in a different way.
I actually see the error, I keep getting an error message telling me that the thread_id is undefined (even though the thread does exist) and in fact the url that it runs is wrong. I has the thread id in the place of the run id, and the thread id is undefined.
I duplicated the node, created my own copy, and changed the line in their code, and suddenly everything works as planned.
I checked in the openai documentation and the parameters are supposed to be passed in a different way.
I actually see the error, I keep getting an error message telling me that the thread_id is undefined (even though the thread does exist) and in fact the url that it runs is wrong. I has the thread id in the place of the run id, and the thread id is undefined.
I duplicated the node, created my own copy, and changed the line in their code, and suddenly everything works as planned.


