Skip to content

Commit d56cd13

Browse files
Copilotjoseharriaga
andcommitted
Address PR feedback on CHANGELOG 2.7.0 entry
Co-authored-by: joseharriaga <[email protected]>
1 parent f790930 commit d56cd13

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Thank you to our developer community members who helped to make the OpenAI clien
1111
### Features Added
1212

1313
- 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.
1616
- Exposed reasoning streaming events, including:
1717
- `StreamingResponseReasoningTextDeltaUpdate` and `StreamingResponseReasoningTextDoneUpdate` for reasoning text events.
1818
- `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
2323
- OpenAI.Assistants:
2424
- 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))_
2525
- 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.
2727

2828
### Other Changes
2929

3030
- 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.
3331

3432
## 2.6.0 (2025-10-31)
3533

0 commit comments

Comments
 (0)