Have just created another assistant with same instructions and same vector store attached, replicating the assistant settings from the other.
Same issue:
- thread can be created and run can be started
- but when polling run status, it shows that the run obviously failed after 5 seconds
{
"id": "run_wzDTHEsnOoPjNOD23BF4pjd1",
"object": "thread.run",
"created_at": 1731829540,
"assistant_id": "asst_v8fD4u788enoI5365dGQXsde",
"thread_id": "thread_T5BiI1B6DErXRuYb9CgTAbsw",
"status": "failed",
"started_at": 1731829541,
"expires_at": null,
"cancelled_at": null,
"failed_at": 1731829546,
"completed_at": null,
"required_action": null,
"last_error": {
"code": "server_error",
"message": "Sorry, something went wrong."
},