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.OpenAI/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Microsoft.Extensions.AI.OpenAI Release History
2
2
3
-
## NOT YET RELEASED
3
+
## 10.1.0-preview.1.25608.1
4
4
5
5
- Fixed package references for net10.0 asset.
6
6
- Updated to accommodate the additions in `Microsoft.Extensions.AI.Abstractions`.
7
7
- 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.
0 commit comments