curl "https://api.openai.com/v1/assistants?order=desc&limit=20" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -H "OpenAI-Beta: assistants=v1" { "object": "list", "data": [], "first_id": null, "last_id": null, "has_more": false }
* fix: refactor assistant API * fix * trigger build * fix: use AssistantDeleteResponse
* chore: implement assistants API * fix * fix * chore: add tests * fix tests * fix linting