2024-10-02 12:57:50 -04:00

13 lines
268 B
C#

// Copyright (c) Microsoft Corporation. All rights reserved.
// Program.cs
namespace AutoGen.Anthropic.Samples;
internal static class Program
{
public static async Task Main(string[] _)
{
await Anthropic_Agent_With_Prompt_Caching.RunAsync();
}
}