mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
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:
committed by
GitHub
Unverified
parent
c9f9105c8c
commit
11a4eedf8e
+4
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user