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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Thank you to our developer community members who helped to make the OpenAI clien
11
11
### Features Added
12
12
13
13
- OpenAI.Responses:
14
-
- Enabled support for stable web search functionality, with a separate factory for preview web search features.
15
-
- Added `FileName` property to `FileCitationMessageAnnotation` to provide the name of the cited file.
14
+
- Enabled support for stable web search via the `WebSearchTool` class, with a separate `WebSearchPreviewTool` class for preview web search features.
15
+
- Added `Filename` property to `FileCitationMessageAnnotation` to provide the name of the cited file.
16
16
- Exposed reasoning streaming events, including:
17
17
-`StreamingResponseReasoningTextDeltaUpdate` and `StreamingResponseReasoningTextDoneUpdate` for reasoning text events.
18
18
-`StreamingResponseReasoningSummaryPartAddedUpdate` and `StreamingResponseReasoningSummaryPartDoneUpdate` for reasoning summary part events.
@@ -23,13 +23,11 @@ Thank you to our developer community members who helped to make the OpenAI clien
23
23
- OpenAI.Assistants:
24
24
- Fixed an issue with custom serialization for `MessageCreationAttachment` that prevented proper handling of file attachments in message creation. _(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
25
25
- OpenAI.Responses:
26
-
- Fixed the generated serialization name of `partial_image_b64` to ensure correct serialization of partial image data in streaming responses.
26
+
- Fixed the generated serialization name of `partial_image_b64`in `StreamingResponseImageGenerationCallPartialImageUpdate`to ensure correct serialization of partial image data in streaming responses.
27
27
28
28
### Other Changes
29
29
30
30
- Updated the `System.ClientModel` dependency to version 1.8.0.
31
-
- Updated the `@typespec/http-client-csharp` generator to version 1.0.0-alpha.20251031.1.
32
-
- Removed the preview version badge from the README file.
0 commit comments