I can’t get a completion from the open ai assistants XANO
I can’t get a completion from the OpenAI assistants V2
The call I make from Xano always reaches the “queued” status but I don’t know how to call completion to see the response the assistant gives to the user. I’m using assistant version 2
Do you have any hint or idea how to solve it.
Have I to create a new end point to check the status of the request?
How can I don that?
The execution is very fast and according to the OpenAI documentation it should be passed to “in progress” and then executed automatically. How can I make those calls to get the response to the user.
At OpenAI playground the assistant works