Skip to content
Open
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,5 +1,10 @@
# Release History

## 10.0.0

- Added experimental `HostedImageGenerationTool`.
- Updated .NET dependencies to 10.0.0 versions.

## 9.10.2

- Updated `AIFunctionFactory` to respect `[DisplayName(...)]` on functions as a way to override the function name.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 10.0.0-preview.1.25560.10

- Updated .NET dependencies to 10.0.0 versions.

## 9.10.1-preview.1.25521.4

- No changes.
Expand Down
10 changes: 10 additions & 0 deletions src/Libraries/Microsoft.Extensions.AI.OpenAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## NOT YET RELEASED

- Updated to depend on OpenAI 2.7.0
- Added support for image detail in OpenAI Responses `IChatClient`

## 10.0.0-preview.1.25560.10

- Added support for `HostedImageGenerationTool` in the OpenAI Responses `IChatClient`.
- Updated .NET dependencies to 10.0.0 versions.

## 9.10.2-preview.1.25552.1

- Updated to depend on OpenAI 2.6.0.
Expand Down
5 changes: 5 additions & 0 deletions src/Libraries/Microsoft.Extensions.AI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 10.0.0

- Added experimental `ImageGenerationChatClient`.
- Updated .NET dependencies to 10.0.0 versions.

## 9.10.2

- Updated the Open Telemetry instrumentation to conform to the latest 1.38 draft specification of the Semantic Conventions for Generative AI systems.
Expand Down
Loading