11 Commits

Author SHA1 Message Date
Edin Ćoralić
3672c0dec6 fix: Updated Assistent struct with latest fields based on OpenAI docs (#883) 2024-10-21 21:57:02 +01:00
VanessaMae23
966ee682b1 Add New Optional Parameters to AssistantRequest Struct (#795)
* Add more parameters to support Assistant v2

* Add goimports
2024-07-19 15:18:16 +01:00
Peng Guan-Cheng
0a42130899 feat: provide vector store (#772)
* implement vectore store feature

* fix after integration testing

* fix golint error

* improve test to increare code coverage

* fix golint anc code coverage problem

* add tool_resource in assistant response

* chore: code style

* feat: use pagination param

* feat: use pagination param

* test: use pagination param

* test: rm unused code

---------

Co-authored-by: Denny Depok <61371551+kodernubie@users.noreply.github.com>
Co-authored-by: eric.p <eric.p>
2024-06-19 09:37:21 +01:00
Danai Antoniou
8d15a377ec Remove hardcoded assistants version (#719) 2024-04-24 15:59:50 +04:00
Andreas Deininger
ea551f422e Fixing typos (#706) 2024-04-13 15:32:38 +04: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
Guillaume Dussault
41037783bc fix: when no Assistant Tools are specified, an empty list should be sent (#669) 2024-02-26 12:48:53 +04:00
Charlie Revett
18465723f7 Add missing struct properties. (#579) 2023-11-15 20:25:18 +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
a2d2bf6851 Fix Refactor assistant api (#545)
* fix: refactor assistant API

* fix

* trigger build

* fix: use AssistantDeleteResponse
2023-11-08 13:20:20 +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