Skip to content

Commit 282b96c

Browse files
authored
Updated changelogs for AI libs (#6787)
1 parent 1fba905 commit 282b96c

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## NOT YET RELEASED
44

5+
## 9.9.0
6+
57
- Added non-invocable `AIFunctionDeclaration` (base class for `AIFunction`), `AIFunctionFactory.CreateDeclaration`, and `AIFunction.AsDeclarationOnly`.
68
- Added `[Experimental]` support for user approval of function invocations via `ApprovalRequiredAIFunction`, `FunctionApprovalRequestContent`, and friends.
79
- Added `[Experimental]` support for MCP server-hosted tools via `HostedMcpServerTool`, `HostedMcpServerToolApprovalMode`, and friends.
10+
- Updated `AIContent` coalescing logic used by `ToChatResponse`/`ToChatResponseUpdate` to factor in `ChatMessage.Role`.
11+
- Moved `IChatReducer` into `Microsoft.Extensions.AI.Abstractions` from `Microsoft.Extensions.AI`.
812

913
## 9.8.0
1014

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

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

33
## NOT YET RELEASED
44

5+
## 9.9.0-preview.1.25458.4
6+
57
- Updated tool mapping to recognize any `AIFunctionDeclaration`.
68
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
9+
- Updated `AsIChatClient` for `OpenAIResponseClient` to support reasoning content with `GetStreamingResponseAsync`.
710

811
## 9.8.0-preview.1.25412.6
912

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## NOT YET RELEASED
44

5+
## 9.9.0-preview.1.25458.4
6+
57
- Updated to depend on OpenAI 2.4.0
68
- Updated tool mappings to recognize any `AIFunctionDeclaration`.
79
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
10+
- Fixed handling of annotated but empty content in the `AsIChatClient` for `AssistantClient`.
811

912
## 9.8.0-preview.1.25412.6
1013

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT YET RELEASED
44

5+
- Updated the EnableSensitiveData properties on OpenTelemetryChatClient/EmbeddingGenerator to respect a OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT environment variable.
6+
7+
## 9.9.0
8+
59
- Added `FunctionInvokingChatClient` support for non-invocable tools and `TerminateOnUnknownCalls` property.
610
- Added support to `FunctionInvokingChatClient` for user approval of function invocations.
711
- Updated the Open Telemetry instrumentation to conform to the latest 1.37.0 draft specification of the Semantic Conventions for Generative AI systems.

0 commit comments

Comments
 (0)