Skip to content

Commit c77ef04

Browse files
committed
Update changelogs
1 parent b31d3db commit c77ef04

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-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
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## NOT YET RELEASED
4+
5+
- Added `FunctionInvokingChatClient` support for non-invocable tools and `TerminateOnUnknownCalls` property.
6+
37
## 9.8.0
48

59
- Added `AIAnnotation` and related types to represent citations and other annotations in chat messages.

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

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

3+
## NOT YET RELEASED
4+
5+
- Updated tool mapping to recognize any `AIFunctionDefinition`.
6+
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
7+
38
## 9.8.0-preview.1.25412.6
49

510
- Updated to depend on Azure.AI.Inference 1.0.0-beta.5.

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

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

3+
## NOT YET RELEASED
4+
5+
- Updated tool mapping to recognize any `AIFunctionDefinition`.
6+
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
7+
38
## 9.8.0-preview.1.25412.6
49

510
- Updated to depend on OpenAI 2.3.0.

src/Libraries/Microsoft.Extensions.AI/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+
## NOT YET RELEASED
4+
5+
- Added non-invocable `AIFunctionDefinition` as a base class for `AIFunction`, `AIFunctionFactory.CreateDefinition`, and `AIFunction.AsDefinitionOnly`.
6+
37
## 9.8.0
48

59
- Added `FunctionInvokingChatClient.AdditionalTools` to allow `FunctionInvokingChatClient` to have access to tools not included in `ChatOptions.Tools` but known to the target service via pre-configuration.

0 commit comments

Comments
 (0)