VaalaCat
|
3640274cd1
|
feat: change repo name
|
2025-06-15 12:58:45 +00:00 |
|
Quest Henkart
|
0925563e86
|
Fix broken implementation AssistantModify implementation (#685)
* add custom marshaller, documentation and isolate tests
* fix linter
|
2024-03-15 14:59:16 +04:00 |
|
Rich Coggins
|
7381d18a75
|
Fix for broken Azure Assistants url (#665)
* fix:fix url for Azure assistants api
* test:add unit tests for Azure Assistants api
* fix:minor liniting issue
|
2024-02-21 16:45:15 +04:00 |
|
chrbsg
|
69e3fcbc27
|
Fix typo assitantInstructions (#655)
|
2024-02-06 23:04:40 +04:00 |
|
Liron Levin
|
464b85b6d7
|
Pagination fields are missing from assistants list beta API (#571)
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
}
|
2023-11-15 20:22:39 +04:00 |
|
Simone Vellei
|
3063e676bf
|
Feat Implement assistants API (#535)
* chore: implement assistants API
* fix
* fix
* chore: add tests
* fix tests
* fix linting
|
2023-11-07 19:20:59 +04:00 |
|