Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft.Extensions.AI.Abstractions Release History

## NOT YET RELEASED
## 10.1.0

- Fixed package references for net10.0 asset.
- Added `AIJsonSchemaCreateOptions.ParameterDescriptions`.
Expand Down
3 changes: 2 additions & 1 deletion src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Microsoft.Extensions.AI.OpenAI Release History

## NOT YET RELEASED
## 10.1.0-preview.1.25608.1

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

## 10.0.1-preview.1.25571.5

Expand Down
2 changes: 1 addition & 1 deletion src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft.Extensions.AI Release History

## NOT YET RELEASED
## 10.1.0

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