File tree Expand file tree Collapse file tree 4 files changed +40
-6
lines changed
Microsoft.Extensions.AI.Abstractions
Microsoft.Extensions.AI.AzureAIInference
Microsoft.Extensions.AI.OpenAI Expand file tree Collapse file tree 4 files changed +40
-6
lines changed Original file line number Diff line number Diff line change 1- # Release History
1+ # Microsoft.Extensions.AI.Abstractions Release History
2+
3+ ## NOT YET RELEASED
4+
5+ - Fixed package references for net10.0 asset.
6+ - Added ` AIJsonSchemaCreateOptions.ParameterDescriptions ` .
7+
8+ ## 10.0.1
9+
10+ - Updated return type of [ Experimental] ` ContinuationToken ` properties.
11+ - Fixed ValidateSchemaDocument's handling of valid Boolean schemas.
212
313## 10.0.0
414
Original file line number Diff line number Diff line change 1- # Release History
1+ # Microsoft.Extensions.AI.AzureAIInference Release History
2+
3+ ## NOT YET RELEASED
4+
5+ - Fixed package references for net10.0 asset.
6+ - Updated to accommodate the additions in ` Microsoft.Extensions.AI.Abstractions ` .
27
38## 10.0.0-preview.1.25560.10
49
510- Updated .NET dependencies to 10.0.0 versions.
11+ - Updated to accommodate the additions in ` Microsoft.Extensions.AI.Abstractions ` .
612
713## 9.10.1-preview.1.25521.4
814
Original file line number Diff line number Diff line change 1- # Release History
1+ # Microsoft.Extensions.AI.OpenAI Release History
22
33## NOT YET RELEASED
44
5- - Updated to depend on OpenAI 2.7.0
6- - Added support for image detail in OpenAI Responses ` IChatClient `
5+ - Fixed package references for net10.0 asset.
6+ - Updated to accommodate the additions in ` Microsoft.Extensions.AI.Abstractions ` .
7+ - Updated the OpenAI Responses ` IChatClient ` to ensure all ` ResponseItem ` s are yielded in ` AIContent ` .
8+
9+ ## 10.0.1-preview.1.25571.5
10+
11+ - Updated to depend on OpenAI 2.7.0.
12+ - Added support for image detail in OpenAI Responses ` IChatClient ` .
13+ - Fixed IEmbeddingGenerator implementation to correctly handle missing usage data.
14+ - Updated to accommodate the additions in ` Microsoft.Extensions.AI.Abstractions ` .
715
816## 10.0.0-preview.1.25560.10
917
Original file line number Diff line number Diff line change 1- # Release History
1+ # Microsoft.Extensions.AI Release History
2+
3+ ## NOT YET RELEASED
4+
5+ - Fixed package references for net10.0 asset.
6+ - Updated to accommodate the additions in ` Microsoft.Extensions.AI.Abstractions ` .
7+ - Improved ` FunctionInvokingChatClient ` 's handling of spans in the presence of an ` invoke_agent ` span.
8+
9+ ## 10.0.1
10+
11+ - Updated to accommodate the additions in ` Microsoft.Extensions.AI.Abstractions ` .
212
313## 10.0.0
414
You can’t perform that action at this time.
0 commit comments