15 Commits

Author SHA1 Message Date
Sabuhi Gurbani
2a0ff5ac63 Added additional_messages (#914) 2024-12-27 10:01:16 +00:00
Jialin Tian
e9d8485e90 fix: ParallelToolCalls should be added to RunRequest (#861) 2024-09-26 13:26:54 +03:00
Jialin Tian
9a4f3a7dbf feat: add ParallelToolCalls to RunRequest (#847) 2024-09-20 21:49:28 +01:00
shosato0306
8618492b98 feat: add incomplete run status (#763) 2024-06-05 15:03:57 +04:00
Adam Smith
30cf7b879c feat: add params to RunRequest (#754) 2024-06-03 20:50:22 +04:00
Danai Antoniou
8d15a377ec Remove hardcoded assistants version (#719) 2024-04-24 15:59:50 +04:00
Quest Henkart
a42f51967f [New_Features] Adds recently added Assistant cost saving parameters (#710)
* add cost saving parameters

* add periods at the end of comments

* shorten commnet

* further lower comment length

* fix type
2024-04-16 23:26:14 +04:00
chrbsg
ff61bbb322 Add RunRequest field AdditionalInstructions (#656)
AdditionalInstructions is an optional string field used to append
additional instructions at the end of the instructions for the run. This
is useful for modifying the behavior on a per-run basis without
overriding other instructions.

Also, change the Model and Instructions *string fields to string.
2024-02-15 20:12:22 +04:00
Alexander Baranov
11ad4b69d0 make linter happy (#661) 2024-02-15 16:02:48 +04:00
shadowpigy
a7954c854c Feat: Add assistant usage (#649)
* Feat: Add assistant usage

---------

Co-authored-by: shadowpigy <shadowpigy@github.com>
2024-02-08 17:08:30 +04:00
shadowpigy
bb6ed54530 Fix: Add RunStatusCancelled (#650)
Co-authored-by: shadowpigy <shadowpigy@github.com>
2024-02-02 16:41:39 +04:00
Albert Putra Purnama
9efad284d0 Updates the tool call struct (#595) 2023-11-18 10:59:01 +04:00
Ccheers
3220f19ee2 feat(runapi): add RunStepList response args https://platform.openai.com/docs/api-reference/runs/listRunSteps (#573) 2023-11-15 20:23:41 +04:00
Kyle Bolton
35495ccd36 Add json:"metadata,omitempty" to RunRequest struct (#561)
Metadata is an optional field per the api spec
https://platform.openai.com/docs/api-reference/runs/createRun
2023-11-12 15:09:40 +04:00
Simone Vellei
d6f3bdcdac Feat implement Run APIs (#560)
* chore: first commit

* add apis

* chore: add tests

* feat add apis

* chore: add api and tests

* chore: add tests

* fix

* trigger build

* fix

* chore: formatting code

* chore: add pagination type
2023-11-09 23:17:30 +04:00