From fe4372b0b5de849d5d5bab031971c46ceeb6321d Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:05:14 -0400 Subject: [PATCH 01/21] chore: upgrades MSAI extensions packages chore: upgrade OpenAI package Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 8dead31fe33..349d485b6b1 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -80,14 +80,14 @@ - - - - - - + + + + + + - + @@ -97,12 +97,12 @@ - + - - + + @@ -129,7 +129,7 @@ - + From d082cdc19f2f6b262b3119cb83aa8a4736fbfe2b Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:06:49 -0400 Subject: [PATCH 02/21] chore: upgrades azure blobs chore: upgrades AGUI chore: upgrades hyperlight Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 349d485b6b1..1e4fa1e4472 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -31,7 +31,7 @@ - + @@ -55,11 +55,11 @@ - - - - - + + + + + @@ -122,8 +122,8 @@ - - + + From 88119fdef4af867e45b2487309c4f2e54e3db46e Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:08:45 -0400 Subject: [PATCH 03/21] chore: upgrades cosmos chore: upgrades copilot studio chore: upgrades microsoft agents Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 1e4fa1e4472..c3d300b7b74 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -38,7 +38,7 @@ - + @@ -110,11 +110,11 @@ - + - - + + From 70bcec546922a4fc320b3c05efcef0a9715a95f0 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:12:09 -0400 Subject: [PATCH 04/21] chore: update Aspire.Azure.AI.Inference and Azure.AI.AgentServer.Core versions Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index c3d300b7b74..68a306ddab4 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -15,15 +15,15 @@ - - + + - + From 903d6abd63c3d1f70ddeed4d352efddee427f66d Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:14:05 -0400 Subject: [PATCH 05/21] chore: update DotNetEnv package version to 3.2.0 across multiple projects Signed-off-by: Vincent Biret --- .../Hosted-Invocations-EchoAgent.csproj | 2 +- .../responses/Hosted-AgentSkills/HostedAgentSkills.csproj | 2 +- .../responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj | 2 +- .../HostedChatClientAgentDocker.csproj | 2 +- .../Hosted-ChatClientAgent/HostedChatClientAgent.csproj | 2 +- .../responses/Hosted-Files/HostedFiles.csproj | 2 +- .../responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj | 2 +- .../responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj | 2 +- .../responses/Hosted-LocalTools/HostedLocalTools.csproj | 2 +- .../responses/Hosted-McpTools/HostedMcpTools.csproj | 2 +- .../responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj | 2 +- .../responses/Hosted-Observability/HostedObservability.csproj | 2 +- .../responses/Hosted-Steering/HostedSteering.csproj | 2 +- .../responses/Hosted-TextRag/HostedTextRag.csproj | 2 +- .../Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj | 2 +- .../responses/Hosted-Toolbox/HostedToolbox.csproj | 2 +- .../Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj | 2 +- .../Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj | 2 +- .../HostedWorkflowResilientLongRunning.csproj | 2 +- .../Hosted-Workflow-Resilient/HostedWorkflowResilient.csproj | 2 +- .../Hosted-Workflow-Simple/HostedWorkflowSimple.csproj | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/invocations/Hosted-Invocations-EchoAgent/Hosted-Invocations-EchoAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/invocations/Hosted-Invocations-EchoAgent/Hosted-Invocations-EchoAgent.csproj index be47ac13eed..8162f9a84fa 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/invocations/Hosted-Invocations-EchoAgent/Hosted-Invocations-EchoAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/invocations/Hosted-Invocations-EchoAgent/Hosted-Invocations-EchoAgent.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj index bd3dd9baf9d..561de8e2993 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj index 5d71f597a1d..f04fb381725 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj @@ -36,7 +36,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj index 31a65fd0b7a..ec1673012d2 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj @@ -38,7 +38,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj index 4fe1a8567bd..370b69b96c9 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj @@ -39,7 +39,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj index e983585e102..cfa7c029a35 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj index 4ca073ff473..8a741a2004b 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj index fc6fe1f703d..f55e0c9a7f2 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj @@ -36,7 +36,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj index b3b353e321f..68684d4c3ff 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj @@ -39,7 +39,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj index a7b1ac0766b..5f89505d5af 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj @@ -36,7 +36,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj index e8af43f73d7..5a7f258c8c6 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj @@ -36,7 +36,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj index 452b29f12b2..836242c4828 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Steering/HostedSteering.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Steering/HostedSteering.csproj index c8dfe5fa9e1..02d9d2688fd 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Steering/HostedSteering.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Steering/HostedSteering.csproj @@ -32,7 +32,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj index a103967b694..d2f9805cc72 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj index 1ca68f453f2..dba989d5c0c 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj index 94da86c5755..23f6af3a38a 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj index f9229d5bc13..b030aeaeaf1 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj @@ -37,7 +37,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj index 43d63de1389..74fef3b46ed 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj @@ -24,7 +24,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient-Long-Running/HostedWorkflowResilientLongRunning.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient-Long-Running/HostedWorkflowResilientLongRunning.csproj index cd1bfe36bff..3f5d3a89b61 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient-Long-Running/HostedWorkflowResilientLongRunning.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient-Long-Running/HostedWorkflowResilientLongRunning.csproj @@ -34,7 +34,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient/HostedWorkflowResilient.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient/HostedWorkflowResilient.csproj index 51c3561360e..696a5fccc7b 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient/HostedWorkflowResilient.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient/HostedWorkflowResilient.csproj @@ -32,7 +32,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj index e679a7543e4..8670c91d328 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj @@ -35,7 +35,7 @@ - + From b15268bf6ee75cdf7c2717cfc41f0c9c1d57760e Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:14:36 -0400 Subject: [PATCH 06/21] chore: update Anthropic package version to 12.45.0 Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 68a306ddab4..50936e45677 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -11,7 +11,7 @@ - + From 44f4054ca62a76f0168bb33c77d629808e92a5f6 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:15:28 -0400 Subject: [PATCH 07/21] chore: update Azure.AI.Projects package version to 3.0.0-beta.2 across multiple projects Signed-off-by: Vincent Biret --- .../responses/Hosted-AgentSkills/HostedAgentSkills.csproj | 2 +- .../responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj | 2 +- .../HostedChatClientAgentDocker.csproj | 2 +- .../Hosted-ChatClientAgent/HostedChatClientAgent.csproj | 2 +- .../responses/Hosted-Files/HostedFiles.csproj | 2 +- .../responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj | 2 +- .../responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj | 2 +- .../responses/Hosted-LocalTools/HostedLocalTools.csproj | 2 +- .../responses/Hosted-McpTools/HostedMcpTools.csproj | 2 +- .../responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj | 2 +- .../responses/Hosted-Observability/HostedObservability.csproj | 2 +- .../responses/Hosted-TextRag/HostedTextRag.csproj | 2 +- .../Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj | 2 +- .../responses/Hosted-Toolbox/HostedToolbox.csproj | 2 +- .../Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj | 2 +- .../Hosted-Workflow-Simple/HostedWorkflowSimple.csproj | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj index 561de8e2993..da536716b2c 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj index f04fb381725..ef90eaa9153 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj index ec1673012d2..ae7980e67a1 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj @@ -36,7 +36,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj index 370b69b96c9..223ce85dfbf 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj @@ -37,7 +37,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj index cfa7c029a35..eb9a7218355 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj index 8a741a2004b..b610160edbc 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj index f55e0c9a7f2..23f1e667125 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalCodeAct/HostedLocalCodeAct.csproj @@ -34,7 +34,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj index 68684d4c3ff..6d7cb11419d 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj @@ -37,7 +37,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj index 5f89505d5af..81e82e42cce 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj index 5a7f258c8c6..f72631c6a40 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj @@ -34,7 +34,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj index 836242c4828..6a428bad8eb 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj index d2f9805cc72..216745ccb35 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj index dba989d5c0c..12506f33687 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj index 23f6af3a38a..3087a0a363a 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj @@ -33,7 +33,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj index b030aeaeaf1..009f066bd89 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj @@ -34,7 +34,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj index 8670c91d328..25fc4fd9199 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj @@ -33,7 +33,7 @@ - + From e26eda06670e45118803653b2027bf6e8af118a1 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:16:25 -0400 Subject: [PATCH 08/21] chore: update AgentFrameworkVersion to 1.20.0-preview.260831.1 across multiple projects Signed-off-by: Vincent Biret --- .../responses/Hosted-AgentSkills/HostedAgentSkills.csproj | 2 +- .../responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj | 2 +- .../HostedChatClientAgentDocker.csproj | 2 +- .../Hosted-ChatClientAgent/HostedChatClientAgent.csproj | 2 +- .../responses/Hosted-Files/HostedFiles.csproj | 2 +- .../responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj | 2 +- .../responses/Hosted-LocalTools/HostedLocalTools.csproj | 2 +- .../responses/Hosted-McpTools/HostedMcpTools.csproj | 2 +- .../responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj | 2 +- .../responses/Hosted-Observability/HostedObservability.csproj | 2 +- .../responses/Hosted-TextRag/HostedTextRag.csproj | 2 +- .../Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj | 2 +- .../responses/Hosted-Toolbox/HostedToolbox.csproj | 2 +- .../Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj | 2 +- .../Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj | 2 +- .../Hosted-Workflow-Simple/HostedWorkflowSimple.csproj | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj index da536716b2c..0fde73c19f6 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AgentSkills/HostedAgentSkills.csproj @@ -27,7 +27,7 @@ HostedAgentSkills HostedAgentSkills 3ebf91b7-0ecf-4568-8ab9-841ff2132601 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj index ef90eaa9153..c38bf5cd388 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-AzureSearchRag/HostedAzureSearchRag.csproj @@ -27,7 +27,7 @@ HostedAzureSearchRag HostedAzureSearchRag 6f2c3d71-5cbd-48fa-9a66-d807dadfb310 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj index ae7980e67a1..789ec148637 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent-Dockerfile/HostedChatClientAgentDocker.csproj @@ -30,7 +30,7 @@ HostedChatClientAgentDocker HostedChatClientAgentDocker 7b1c3f04-24a1-4f0e-9a5e-0d2f6b8c1e57 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj index 223ce85dfbf..7c22aa583c3 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ChatClientAgent/HostedChatClientAgent.csproj @@ -31,7 +31,7 @@ HostedChatClientAgent HostedChatClientAgent 222d2622-da26-4da0-99b4-0507fb8d41b0 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj index eb9a7218355..6ad7d15e491 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Files/HostedFiles.csproj @@ -27,7 +27,7 @@ HostedFiles HostedFiles 204facfe-a494-4273-a330-3ffa649bb789 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj index b610160edbc..c85f5d658ff 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-FoundryAgent/HostedFoundryAgent.csproj @@ -27,7 +27,7 @@ HostedFoundryAgent HostedFoundryAgent 9c3949a1-1d2f-453e-abeb-0643b1b95e88 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj index 6d7cb11419d..5bc2f34eac2 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-LocalTools/HostedLocalTools.csproj @@ -31,7 +31,7 @@ HostedLocalTools HostedLocalTools 682a0481-5544-45e7-ad2b-88e335985c64 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj index 81e82e42cce..3d55a4ce11e 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj @@ -27,7 +27,7 @@ HostedMcpTools HostedMcpTools 2bfa4cec-b6ef-4e75-b2ca-8f7947cb6419 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj index f72631c6a40..38faaa3adf1 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-MemoryAgent/HostedMemoryAgent.csproj @@ -28,7 +28,7 @@ HostedMemoryAgent 7933e8df-ba8d-4e62-b419-6d34d53de308 $(NoWarn);MAAI001 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj index 6a428bad8eb..77aa614c71a 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Observability/HostedObservability.csproj @@ -27,7 +27,7 @@ HostedObservability HostedObservability f401dcb9-9636-4c3d-ab4a-4fb68773a1a1 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj index 216745ccb35..bd291033500 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-TextRag/HostedTextRag.csproj @@ -27,7 +27,7 @@ HostedTextRag HostedTextRag 39b2c04e-bcf6-42d7-aac3-ed5a24a3af75 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj index 12506f33687..e57fc32f41c 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox-AuthPaths/Hosted-Toolbox-AuthPaths.csproj @@ -27,7 +27,7 @@ HostedToolboxAuthPaths HostedToolboxAuthPaths 9c28c80c-ee05-4383-9b9d-aa0efbf5a198 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj index 3087a0a363a..b27b2cc8232 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Toolbox/HostedToolbox.csproj @@ -27,7 +27,7 @@ HostedToolbox HostedToolbox 5d5195de-e14f-4130-bdad-102a5ef3f592 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj index 009f066bd89..e2d41ca1d56 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj @@ -27,7 +27,7 @@ HostedToolboxMcpSkills HostedToolboxMcpSkills 466c2502-39a9-4548-89b5-e92e14cd7fa3 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj index 74fef3b46ed..9d2e1a6be40 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj @@ -16,7 +16,7 @@ HostedWorkflowHandoff 92fa9432-1e9c-4f74-a2c2-7423f2042504 $(NoWarn);NU1605;MAAIW001;OPENAI001 - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj index 25fc4fd9199..21aba3b2a6f 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Simple/HostedWorkflowSimple.csproj @@ -27,7 +27,7 @@ HostedWorkflowSimple HostedWorkflowSimple 02bc4c01-6d49-46d3-816f-0886f62a520e - 1.15.0-preview.260722.1 + 1.20.0-preview.260831.1 From 3a644d950b6b1a218dca084c1d2fb0449f19a618 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:18:13 -0400 Subject: [PATCH 09/21] chore: update ModelContextProtocol package version to 2.2.0 across multiple projects Signed-off-by: Vincent Biret --- .../responses/Hosted-McpTools/HostedMcpTools.csproj | 2 +- .../Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj | 2 +- .../Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj index 3d55a4ce11e..544ee8e27fd 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-McpTools/HostedMcpTools.csproj @@ -35,7 +35,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj index e2d41ca1d56..72a9e5b366c 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj @@ -36,7 +36,7 @@ - + diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj index 9d2e1a6be40..10e5031920b 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj @@ -26,7 +26,7 @@ - + From 31ee70e9cc96e9ebeac266065af6da9cfde68b45 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:21:08 -0400 Subject: [PATCH 10/21] chore: update ResponsibleAI.AgentHooks package version to 0.1.0-alpha.5 Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 50936e45677..0445d81a734 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -109,7 +109,7 @@ - + From 00f8e3ee0415666f52d0b8182ff0b35c476d76b6 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:23:06 -0400 Subject: [PATCH 11/21] fix: updated sample mapping to the wrong property Signed-off-by: Vincent Biret --- .../anthropic/Agent_Anthropic_Step04_UsingSkills/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/samples/02-agents/AgentProviders/anthropic/Agent_Anthropic_Step04_UsingSkills/Program.cs b/dotnet/samples/02-agents/AgentProviders/anthropic/Agent_Anthropic_Step04_UsingSkills/Program.cs index 9d356a8598b..a7d87d59bc6 100644 --- a/dotnet/samples/02-agents/AgentProviders/anthropic/Agent_Anthropic_Step04_UsingSkills/Program.cs +++ b/dotnet/samples/02-agents/AgentProviders/anthropic/Agent_Anthropic_Step04_UsingSkills/Program.cs @@ -33,7 +33,7 @@ foreach (var skill in skills.Items) { - Console.WriteLine($" {skill.Source}: {skill.ID} (version: {skill.LatestVersion})"); + Console.WriteLine($" {skill.Source}: {skill.ID} (version: {skill.LatestVersionID})"); } } catch (Exception ex) From 21e5a241282537c5b36f18895a4a9288102f9a1d Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:25:57 -0400 Subject: [PATCH 12/21] chore: update Microsoft.Extensions.AI.OpenAI to version 10.10.0 and OpenAI to version 2.13.0 in multiple projects Signed-off-by: Vincent Biret --- .../AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj | 2 +- .../Hosted-Workflow-Handoff/HostedWorkflowHandoff.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj b/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj index 4cee54785a4..8373e63ef0e 100644 --- a/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj +++ b/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory/AgentWithMemory_Step06_MemoryUsingAgentMemory.csproj @@ -42,7 +42,7 @@ - + From fa722778660ef2e64dd8d4a797ed2a7c1634e25d Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:27:57 -0400 Subject: [PATCH 14/21] chore: remove central package transitive pinning and version overrides for Microsoft.Extensions packages Signed-off-by: Vincent Biret --- .../dapr/Agent_With_Dapr/Agent_With_Dapr.csproj | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dotnet/samples/02-agents/AgentProviders/dapr/Agent_With_Dapr/Agent_With_Dapr.csproj b/dotnet/samples/02-agents/AgentProviders/dapr/Agent_With_Dapr/Agent_With_Dapr.csproj index 1e1fa945e7d..27d1e4d607b 100644 --- a/dotnet/samples/02-agents/AgentProviders/dapr/Agent_With_Dapr/Agent_With_Dapr.csproj +++ b/dotnet/samples/02-agents/AgentProviders/dapr/Agent_With_Dapr/Agent_With_Dapr.csproj @@ -6,20 +6,11 @@ enable enable - false $(NoWarn);DAPR_CONVERSATION - - - From 792c84a0e5c4304340317e395c5a3527f6d7de67 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:32:48 -0400 Subject: [PATCH 15/21] chore: update AGUIJsonSerializerOptions usage in session persistence tests Signed-off-by: Vincent Biret --- .../SessionPersistenceTests.cs | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/SessionPersistenceTests.cs b/dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/SessionPersistenceTests.cs index 576f6c2d1c3..69fdfa60742 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/SessionPersistenceTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/SessionPersistenceTests.cs @@ -22,6 +22,8 @@ namespace Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests; public sealed class SessionPersistenceTests : IAsyncDisposable { + private static readonly JsonSerializerOptions AGUIJsonSerializerOptions = CreateAGUIJsonSerializerOptions(); + private WebApplication? _app; private HttpClient? _client; @@ -59,6 +61,7 @@ public async Task MultiTurnWithSessionStore_PersistsSessionAcrossRequestsAsync() Assert.False(string.IsNullOrEmpty(previousRunId)); ChatMessage secondUserMessage = new(ChatRole.User, "Second message"); + JsonSerializerOptions aguiSerializerOptions = JsonSerializerOptions.Web; var continuationOptions = new ChatClientAgentRunOptions { ChatOptions = new ChatOptions @@ -67,11 +70,11 @@ public async Task MultiTurnWithSessionStore_PersistsSessionAcrossRequestsAsync() { ThreadId = threadId, ParentRunId = previousRunId, - Messages = new[] { secondUserMessage }.AsAGUIMessages().ToList(), + Messages = new[] { secondUserMessage }.AsAGUIMessages(aguiSerializerOptions).ToList(), }, }, }; - List secondTurnUpdates = []; + Messages = new[] { secondUserMessage }.AsAGUIMessages(AGUIJsonSerializerOptions).ToList(), await foreach (AgentResponseUpdate update in agent.RunStreamingAsync([secondUserMessage], session, continuationOptions, CancellationToken.None)) { secondTurnUpdates.Add(update); @@ -152,6 +155,14 @@ public async ValueTask DisposeAsync() await this._app.DisposeAsync(); } } + + private static JsonSerializerOptions CreateAGUIJsonSerializerOptions() + { + JsonSerializerOptions options = new(AgentAbstractionsJsonUtilities.DefaultOptions); + options.TypeInfoResolverChain.Add(AGUIJsonSerializerContext.Default.Options.TypeInfoResolver!); + options.MakeReadOnly(); + return options; + } } [SuppressMessage("Performance", "CA1812:Avoid uninstantiated internal classes", Justification = "Instantiated via dependency injection")] From 784c32d93a4263ad4cc5359dda545ba692da9534 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:40:35 -0400 Subject: [PATCH 16/21] chore: update AGUIJsonSerializerOptions usage in FakeTestAgentHost and SessionPersistenceTests Signed-off-by: Vincent Biret --- .../SessionPersistenceTests.cs | 8 ++++---- .../FakeTestAgentHost.cs | 12 +++++++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/SessionPersistenceTests.cs b/dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/SessionPersistenceTests.cs index 69fdfa60742..bf3674e6780 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/SessionPersistenceTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests/SessionPersistenceTests.cs @@ -22,7 +22,7 @@ namespace Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests; public sealed class SessionPersistenceTests : IAsyncDisposable { - private static readonly JsonSerializerOptions AGUIJsonSerializerOptions = CreateAGUIJsonSerializerOptions(); + private static readonly JsonSerializerOptions s_aguiJsonSerializerOptions = CreateAGUIJsonSerializerOptions(); private WebApplication? _app; private HttpClient? _client; @@ -61,7 +61,6 @@ public async Task MultiTurnWithSessionStore_PersistsSessionAcrossRequestsAsync() Assert.False(string.IsNullOrEmpty(previousRunId)); ChatMessage secondUserMessage = new(ChatRole.User, "Second message"); - JsonSerializerOptions aguiSerializerOptions = JsonSerializerOptions.Web; var continuationOptions = new ChatClientAgentRunOptions { ChatOptions = new ChatOptions @@ -70,11 +69,12 @@ public async Task MultiTurnWithSessionStore_PersistsSessionAcrossRequestsAsync() { ThreadId = threadId, ParentRunId = previousRunId, - Messages = new[] { secondUserMessage }.AsAGUIMessages(aguiSerializerOptions).ToList(), + Messages = new[] { secondUserMessage }.AsAGUIMessages(s_aguiJsonSerializerOptions).ToList(), }, }, }; - Messages = new[] { secondUserMessage }.AsAGUIMessages(AGUIJsonSerializerOptions).ToList(), + + List secondTurnUpdates = []; await foreach (AgentResponseUpdate update in agent.RunStreamingAsync([secondUserMessage], session, continuationOptions, CancellationToken.None)) { secondTurnUpdates.Add(update); diff --git a/dotnet/tests/Microsoft.Agents.AI.Hosting.AzureStorage.TestUtilities/FakeTestAgentHost.cs b/dotnet/tests/Microsoft.Agents.AI.Hosting.AzureStorage.TestUtilities/FakeTestAgentHost.cs index 9dcceaeebc3..80a5b30b90c 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Hosting.AzureStorage.TestUtilities/FakeTestAgentHost.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Hosting.AzureStorage.TestUtilities/FakeTestAgentHost.cs @@ -25,6 +25,8 @@ internal sealed class FakeTestAgentHost : IAsyncDisposable { private const string AgentName = "azure-blob-session-agent"; + private static readonly JsonSerializerOptions s_aguiJsonSerializerOptions = CreateAGUIJsonSerializerOptions(); + private readonly WebApplication _app; private readonly HttpClient _client; @@ -89,7 +91,7 @@ public async Task RunTwoTurnsAsync() { ThreadId = runStarted.ThreadId, ParentRunId = runStarted.RunId, - Messages = new[] { secondMessage }.AsAGUIMessages().ToList(), + Messages = new[] { secondMessage }.AsAGUIMessages(s_aguiJsonSerializerOptions).ToList(), }, }, }; @@ -115,6 +117,14 @@ public async ValueTask DisposeAsync() await this._app.DisposeAsync(); } + private static JsonSerializerOptions CreateAGUIJsonSerializerOptions() + { + JsonSerializerOptions options = new(AgentAbstractionsJsonUtilities.DefaultOptions); + options.TypeInfoResolverChain.Add(AGUIJsonSerializerContext.Default.Options.TypeInfoResolver!); + options.MakeReadOnly(); + return options; + } + internal sealed record FakeTestAgentRunResult( string FirstResponse, string SecondResponse); From cb9d2d04320d329fc0f643fde630b8d08e27347e Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:43:42 -0400 Subject: [PATCH 17/21] chore: update CommunityToolkit.Aspire.OllamaSharp package version to 13.5.0 Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index aa8e6821719..4f672e4576d 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -20,7 +20,7 @@ - + From 363133b5d08ed61fc6bdfe45f701c893d1f3b8f4 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:44:03 -0400 Subject: [PATCH 18/21] chore: update Microsoft.Identity.Client.Extensions.Msal package version to 4.88.0 Signed-off-by: Vincent Biret --- dotnet/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 4f672e4576d..c4e154e75e7 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -131,7 +131,7 @@ - + From 6092e8fe12931c1740091afb3df378c9ba1b33c9 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 14:54:13 -0400 Subject: [PATCH 19/21] chore: Update Microsoft.Agents.AI.Mcp package version in non CPM project Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj index 72a9e5b366c..12246806d54 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj @@ -33,7 +33,7 @@ - + From c0fe0ffa09f48487fb12d64b951849bc88ea344f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Sep 2026 15:24:22 -0400 Subject: [PATCH 20/21] chore: add ModelContextProtocol.Extensions.Tasks package reference Signed-off-by: Vincent Biret --- .../Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj index 12246806d54..9f2cf9a1712 100644 --- a/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj +++ b/dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-ToolboxMcpSkills/HostedToolboxMcpSkills.csproj @@ -37,6 +37,7 @@ + From 5b154dcd8fffbd42a6ecce6fcb9d417be9d48c15 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 11 Sep 2026 08:12:30 -0400 Subject: [PATCH 21/21] tests: updates integration tests following dependency upgrade --- ...reSearchToolAnnotationsHostedAgentTests.cs | 6 ++---- .../ProjectResponsesTestOptions.cs | 20 +++++++++++++++++++ .../ResilientWorkflowHostedAgentTests.cs | 8 +++----- .../SessionFilesHostedAgentTests.cs | 3 ++- .../SteerableLongRunningHostedAgentTests.cs | 10 ++++------ .../WebSearchAnnotationsHostedAgentTests.cs | 6 ++---- 6 files changed, 33 insertions(+), 20 deletions(-) create mode 100644 dotnet/tests/Foundry.Hosting.IntegrationTests/ProjectResponsesTestOptions.cs diff --git a/dotnet/tests/Foundry.Hosting.IntegrationTests/AzureSearchToolAnnotationsHostedAgentTests.cs b/dotnet/tests/Foundry.Hosting.IntegrationTests/AzureSearchToolAnnotationsHostedAgentTests.cs index ada8866dc8a..832d6449a04 100644 --- a/dotnet/tests/Foundry.Hosting.IntegrationTests/AzureSearchToolAnnotationsHostedAgentTests.cs +++ b/dotnet/tests/Foundry.Hosting.IntegrationTests/AzureSearchToolAnnotationsHostedAgentTests.cs @@ -86,10 +86,8 @@ public async Task ResponsesApi_NonStreaming_ReturnsUrlCitationAnnotationsAsync() private static CreateResponseOptions CreateRequest() { - CreateResponseOptions options = new() - { - StoredOutputEnabled = false, - }; + CreateResponseOptions options = ProjectResponsesTestOptions.Create(); + options.StoredOutputEnabled = false; options.InputItems.Add(ResponseItem.CreateUserMessageItem( "What item code do I get with my return? Use Azure AI Search and cite the source.")); return options; diff --git a/dotnet/tests/Foundry.Hosting.IntegrationTests/ProjectResponsesTestOptions.cs b/dotnet/tests/Foundry.Hosting.IntegrationTests/ProjectResponsesTestOptions.cs new file mode 100644 index 00000000000..ae39ef655e9 --- /dev/null +++ b/dotnet/tests/Foundry.Hosting.IntegrationTests/ProjectResponsesTestOptions.cs @@ -0,0 +1,20 @@ +// Copyright (c) Microsoft. All rights reserved. + +using System.ClientModel.Primitives; +using OpenAI.Responses; + +namespace Foundry.Hosting.IntegrationTests; + +internal static class ProjectResponsesTestOptions +{ + internal static CreateResponseOptions Create() + { + CreateResponseOptions options = new(); +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + // ProjectResponsesClient reads extension properties from Patch before sending. + // OpenAI 2.13.0 leaves Patch propagators uninitialized until a raw JSON value is assigned. + options.Patch = new JsonPatch("{}"u8.ToArray()); +#pragma warning restore SCME0001 + return options; + } +} diff --git a/dotnet/tests/Foundry.Hosting.IntegrationTests/ResilientWorkflowHostedAgentTests.cs b/dotnet/tests/Foundry.Hosting.IntegrationTests/ResilientWorkflowHostedAgentTests.cs index 85a4abbeba3..f403f1a84f3 100644 --- a/dotnet/tests/Foundry.Hosting.IntegrationTests/ResilientWorkflowHostedAgentTests.cs +++ b/dotnet/tests/Foundry.Hosting.IntegrationTests/ResilientWorkflowHostedAgentTests.cs @@ -154,11 +154,9 @@ .. Enumerable.Range(1, Target) private static CreateResponseOptions CreateBackgroundRequest(string input) { - CreateResponseOptions options = new() - { - BackgroundModeEnabled = true, - StoredOutputEnabled = true, - }; + CreateResponseOptions options = ProjectResponsesTestOptions.Create(); + options.BackgroundModeEnabled = true; + options.StoredOutputEnabled = true; options.InputItems.Add(ResponseItem.CreateUserMessageItem(input)); return options; } diff --git a/dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.cs b/dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.cs index 34e14c7e4fd..394bc506a89 100644 --- a/dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.cs +++ b/dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.cs @@ -134,7 +134,8 @@ public async Task UploadedFile_IsReadByHostedAgentAsync() // The platform mutates session/conversation revision when AgentSessionFiles uploads land, // so an immediate /responses follow-up races and 400's with "modified concurrently. Please // retry." — the response message literally tells us to retry. Bounded retry handles it. - var readOptions = new CreateResponseOptions { AgentConversationId = conversationId }; + var readOptions = ProjectResponsesTestOptions.Create(); + readOptions.AgentConversationId = conversationId; readOptions.InputItems.Add(ResponseItem.CreateUserMessageItem( $"Read {TestDataFileName} from $HOME and quote the headline total revenue figure verbatim, no commentary.")); diff --git a/dotnet/tests/Foundry.Hosting.IntegrationTests/SteerableLongRunningHostedAgentTests.cs b/dotnet/tests/Foundry.Hosting.IntegrationTests/SteerableLongRunningHostedAgentTests.cs index 0d56ff71439..d999dd58342 100644 --- a/dotnet/tests/Foundry.Hosting.IntegrationTests/SteerableLongRunningHostedAgentTests.cs +++ b/dotnet/tests/Foundry.Hosting.IntegrationTests/SteerableLongRunningHostedAgentTests.cs @@ -75,12 +75,10 @@ private static CreateResponseOptions CreateBackgroundRequest( string conversationId, string input) { - CreateResponseOptions options = new() - { - AgentConversationId = conversationId, - BackgroundModeEnabled = true, - StoredOutputEnabled = true, - }; + CreateResponseOptions options = ProjectResponsesTestOptions.Create(); + options.AgentConversationId = conversationId; + options.BackgroundModeEnabled = true; + options.StoredOutputEnabled = true; options.InputItems.Add(ResponseItem.CreateUserMessageItem(input)); return options; } diff --git a/dotnet/tests/Foundry.Hosting.IntegrationTests/WebSearchAnnotationsHostedAgentTests.cs b/dotnet/tests/Foundry.Hosting.IntegrationTests/WebSearchAnnotationsHostedAgentTests.cs index 5bb71c3f92d..4ecac74e3d5 100644 --- a/dotnet/tests/Foundry.Hosting.IntegrationTests/WebSearchAnnotationsHostedAgentTests.cs +++ b/dotnet/tests/Foundry.Hosting.IntegrationTests/WebSearchAnnotationsHostedAgentTests.cs @@ -83,10 +83,8 @@ public async Task ResponsesApi_NonStreaming_ReturnsUrlCitationAnnotationsAsync() private static CreateResponseOptions CreateRequest() { - CreateResponseOptions options = new() - { - StoredOutputEnabled = false, - }; + CreateResponseOptions options = ProjectResponsesTestOptions.Create(); + options.StoredOutputEnabled = false; options.InputItems.Add(ResponseItem.CreateUserMessageItem( "Search the web for the official Microsoft .NET support policy. " + "Report the current support end date for .NET 10 and cite the official source."));