Skip to content

Commit c46a478

Browse files
stephentoubCopilot
authored andcommitted
Update AI changelogs for 9.10.1 (dotnet#6950)
* Update AI changelogs for 9.10.1 * Update src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 97e7c4c commit c46a478

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

src/Libraries/Microsoft.Extensions.AI.Abstractions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
## NOT YET RELEASED
44

5+
- Updated `AIFunctionFactory` to respect `[DisplayName(...)]` on functions as a way to override the function name.
6+
- Updated `AIFunctionFactory` to respect `[DefaultValue(...)]` on function parameters as a way to specify default values.
7+
8+
## 9.10.1
9+
510
- Updated `HostedMcpServerTool` to allow for non-`Uri` server addresses, in order to enable built-in names.
611
- Updated `HostedMcpServerTool` to replace the header collection with an `AuthorizationToken` property.
12+
- Fixed `ToChatResponse{Async}` to not discard `TextReasoningContent.ProtectedData` when coalescing messages.
13+
- Fixed `AIFunctionFactory.Create` to special-case return types of `AIContent` and `IEnumerable<AIContent>` to not automatically JSON serialize them.
714

815
## 9.10.0
916

src/Libraries/Microsoft.Extensions.AI.AzureAIInference/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 9.10.1-preview.1.25521.4
4+
5+
- No changes.
6+
37
## 9.10.0-preview.1.25513.3
48

59
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.

src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Release History
22

3-
## NOT YET RELEASED
3+
## 9.10.1-preview.1.25521.4
44

5-
- Updated `IChatClient` for Responses API to support connectors with `HostedMcpServerTool`.
5+
- Updated the `IChatClient` for the OpenAI Responses API to support connectors with `HostedMcpServerTool`.
6+
- Fixed the `IChatClient` for the OpenAI Responses API to roundtrip a `ResponseItem` stored in an `AIContent` in a `ChatRole.User` message.
67
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
78

89
## 9.10.0-preview.1.25513.3

src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Release History
22

3-
## NOT YET RELEASED
3+
## 9.10.1
4+
5+
- Added an `[Experimental]` implementation of tool reduction component for constraining the set of tools exposed.
6+
- Fixed `SummarizingChatReducer` to preserve function calling content in the chat history.
47

58
## 9.10.0
69

0 commit comments

Comments
 (0)