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: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Changelog - Agent Framework Toolkit
2
2
3
-
## Unreleased
3
+
## Version 1.0.0-preview.260115.1
4
+
- Google: [BREAKING] Switched to the official Google NuGet Package (only breaking in Connection part if Google Vertex is used)
5
+
- Google: Added GoogleEmbeddingFactory
6
+
- Google: Added`ThinkingLevel` and `IncludeThoughts` in options
4
7
-`.RunAsync<T>(...)` in AIAgentExtensions now used provided serializationOptions (if given); only creating it's own if null.
5
8
-`.RunAsync<T>(...)` now support List/Array as T (using similar object wrapping technique as Microsoft.Extensions.AI)
6
9
- AzureOpenAI: Added Auto-correction of the Endpoint if you by mistake give the entire foundry url 'https://[name].services.ai.azure.com/api/projects/[project]' by on the fly correcting it to 'https://[name].services.ai.azure.com'. This is on by default, but can be turned off by setting property `AutoCorrectFoundryEndpoint` to false
AgentRunResponseresponse=awaitagent.RunAsync("Call the 'getting_started' tool to find what URL the nuget is on",cancellationToken:TestContext.Current.CancellationToken);
148
-
switch(provider)
149
-
{
150
-
caseAgentProvider.Google:
151
-
Assert.Single(response.Messages);//Do not give tool call details back
/// Vertex Only: Optional String for the project ID. Find it here: https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects
30
+
/// </summary>
31
+
publicstring?Project{get;set;}
32
+
33
+
/// <summary>
34
+
/// Vertex Only: Optional String for the location. See: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations
0 commit comments