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>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-28 16:27:06 +00:00
committed by GitHub
Unverified
parent c9f9105c8c
commit 11a4eedf8e
@@ -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<ClientOptions, ClientOptions> modifier)
{
throw new NotImplementedException();