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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
Thank you to our developer community members who helped to make the OpenAI client library better with their contributions to this release:
8
8
9
9
- Maksim Kurnakov _([GitHub](https://github.com/kurnakovv))_
10
-
- Benjamin Pinter _([GitHub](https://github.com/BenjaminDavidPinter))_
11
10
12
11
### Features Added
13
12
@@ -32,7 +31,6 @@ Thank you to our developer community members who helped to make the OpenAI clien
32
31
- Go to the OpenAI.Chat and OpenAI.Responses section in this changelog for examples that can be extrapolated to Embeddings.
33
32
- OpenAI.Responses:
34
33
- Added the `Minimal` property to `ResponseReasoningEffortLevel`. _(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_
35
-
- Added the `Model` property to `OpenAIResponseClient`. _(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
36
34
- Added the `ContainerFileCitationMessageAnnotation` class which is derived from `ResponseMessageAnnotation` and is used to cite files in the container of the Code Interpreter tool.
37
35
- Enabled support for the Image Generation tool, which can be used to generate images using models like `gpt-image-1`.
38
36
- Users can add the new `ImageGenerationTool` to the `Tools` property of their `ResponseCreationOptions` and configure it using properties such as `Background`, `Quality`, `Size`, and more.
@@ -70,10 +68,16 @@ Thank you to our developer community members who helped to make the OpenAI clien
70
68
71
69
## 2.5.0 (2025-09-23)
72
70
71
+
### Acknowledgments
72
+
73
+
Thank you to our developer community members who helped to make the OpenAI client library better with their contributions to this release:
74
+
75
+
- Benjamin Pinter _([GitHub](https://github.com/BenjaminDavidPinter))_
76
+
73
77
### Features Added
74
78
75
79
- OpenAI.Responses:
76
-
- Added the `Model` property to `OpenAIResponseClient`.
80
+
- Added the `Model` property to `OpenAIResponseClient`._(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
77
81
- Added the `ServiceDescription` property to `McpTool`.
78
82
- Enabled support for connectors, which are OpenAI-maintained MCP wrappers for popular services like Microsoft Outlook or Dropbox.
0 commit comments