Skip to content

Commit 7f7c298

Browse files
committed
Update M.E.AI CHANGELOG.mds for latest preview (dotnet#5609)
1 parent d7c32f8 commit 7f7c298

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

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

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

3+
## 9.0.0-preview.9.24556.5
4+
5+
- Added a strongly-typed `ChatOptions.Seed` property.
6+
- Improved `AdditionalPropertiesDictionary` with a `TryAdd` method, a strongly-typed `Enumerator`, and debugger-related attributes for improved debuggability.
7+
- Fixed `AIJsonUtilities` schema generation for Boolean schemas.
8+
39
## 9.0.0-preview.9.24525.1
410

511
- Lowered the required version of System.Text.Json to 8.0.5 when targeting net8.0 or older.

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.0.0-preview.9.24556.5
4+
5+
- Fixed `AzureAIInferenceEmbeddingGenerator` to respect `EmbeddingGenerationOptions.Dimensions`.
6+
37
## 9.0.0-preview.9.24525.1
48

59
- Lowered the required version of System.Text.Json to 8.0.5 when targeting net8.0 or older.

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+
## 9.0.0-preview.9.24556.5
4+
5+
- Added `UseEmbeddingGenerationOptions` and corresponding `ConfigureOptionsEmbeddingGenerator`.
6+
37
## 9.0.0-preview.9.24525.1
48

59
- Added new `AIJsonUtilities` and `AIJsonSchemaCreateOptions` classes.

0 commit comments

Comments
 (0)