From 11a4eedf8e036deb7b08e253db89e25f952647e2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:27:06 +0000 Subject: [PATCH] Fix TestBetaService mock to implement new IBetaService members from Anthropic 12.17.0 Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/b7a876eb-058c-4e22-807d-4b8f1536765e Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> --- .../Extensions/AnthropicBetaServiceExtensionsTests.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs b/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs index cccac81eba..2c2bd5d2f3 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs @@ -491,6 +491,10 @@ public sealed class AnthropicBetaServiceExtensionsTests public global::Anthropic.Services.Beta.IVaultService Vaults => throw new NotImplementedException(); + public global::Anthropic.Services.Beta.IMemoryStoreService MemoryStores => throw new NotImplementedException(); + + public global::Anthropic.Services.Beta.IUserProfileService UserProfiles => throw new NotImplementedException(); + public IBetaService WithOptions(Func modifier) { throw new NotImplementedException();