You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,21 @@
2
2
3
3
## 2.6.0-beta.1 (Unreleased)
4
4
5
+
### Acknowledgments
6
+
7
+
Thank you to our developer community members who helped to make the OpenAI client library better with their contributions to this release:
8
+
9
+
- Maksim Kurnakov _([GitHub](https://github.com/kurnakovv))_
10
+
- Benjamin Pinter _([GitHub](https://github.com/BenjaminDavidPinter))_
11
+
5
12
### Features Added
6
13
7
14
- OpenAI.Chat:
8
-
- Added the `Minimal` property to `ChatReasoningEffortLevel`
15
+
- Added the `Minimal` property to `ChatReasoningEffortLevel`_(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_
9
16
10
17
- OpenAI.Responses:
11
-
- Added the `Minimal` property to `ResponseReasoningEffortLevel`
18
+
- Added the `Minimal` property to `ResponseReasoningEffortLevel`_(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_
19
+
- Added the `Model` property to `OpenAIResponseClient`_(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
0 commit comments