Commit Graph

7 Commits

Author SHA1 Message Date
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