You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# Release History
2
2
3
-
## NOT YET RELEASED
3
+
## 9.8.0
4
4
5
5
- 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.
6
+
- Added [Experimental]`IChatReducer` and supporting types
6
7
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
7
8
8
9
## 9.7.1
9
10
11
+
- Added `FunctionInvokingChatClient.FunctionInvoker` to simplify customizing how functions are invoked.
10
12
- Increased the default `FunctionInvokingChatClient.MaximumIterationsPerRequest` value from 10 to 40.
13
+
- Updated the Open Telemetry instrumentation to conform to the latest 1.36.0 draft specification of the Semantic Conventions for Generative AI systems.
11
14
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
0 commit comments