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