File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Microsoft.Extensions.AI.Abstractions
Microsoft.Extensions.AI.AzureAIInference
Microsoft.Extensions.AI.OpenAI Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ` .
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments