Anthropic Plugin description.

This commit is contained in:
Haiping Chen 2024-05-05 17:23:42 -05:00
parent 1eb8631476
commit 0ea7d94cee

View file

@ -7,6 +7,9 @@ namespace BotSharp.Plugin.AnthropicAI;
public class AnthropicPlugin : IBotSharpPlugin
{
public string Id => "012119da-8367-4be8-9a75-ab6ae55071e6";
public string Name => "Anthropic AI";
public string Description => "Anthropic is an AI safety and research company";
public string? IconUrl => "https://www.anthropic.com/images/icons/safari-pinned-tab.svg";
public void RegisterDI(IServiceCollection services, IConfiguration config)
{