Skip to content

Commit cc76fa2

Browse files
stephentoubericstj
authored andcommitted
Update AI changelogs for 10.1.0 (dotnet#7123)
1 parent 5efad04 commit cc76fa2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microsoft.Extensions.AI.Abstractions Release History
22

3-
## NOT YET RELEASED
3+
## 10.1.0
44

55
- Fixed package references for net10.0 asset.
66
- Added `AIJsonSchemaCreateOptions.ParameterDescriptions`.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Microsoft.Extensions.AI.OpenAI Release History
22

3-
## NOT YET RELEASED
3+
## 10.1.0-preview.1.25608.1
44

55
- Fixed package references for net10.0 asset.
66
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
77
- Updated the OpenAI Responses `IChatClient` to ensure all `ResponseItem`s are yielded in `AIContent`.
8+
- Added workaround to the OpenAI Responses `IChatClient` for OpenAI service sometimes sending error data in a manner different from how it's documented.
89

910
## 10.0.1-preview.1.25571.5
1011

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microsoft.Extensions.AI Release History
22

3-
## NOT YET RELEASED
3+
## 10.1.0
44

55
- Fixed package references for net10.0 asset.
66
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.

0 commit comments

Comments
 (0)