From 0ea7d94cee444444a0b5bbe818b21e1bdb1c10c9 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Sun, 5 May 2024 17:23:42 -0500 Subject: [PATCH] Anthropic Plugin description. --- src/Plugins/BotSharp.Plugin.AnthropicAI/AnthropicPlugin.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Plugins/BotSharp.Plugin.AnthropicAI/AnthropicPlugin.cs b/src/Plugins/BotSharp.Plugin.AnthropicAI/AnthropicPlugin.cs index 701d7416..e0bd67e3 100644 --- a/src/Plugins/BotSharp.Plugin.AnthropicAI/AnthropicPlugin.cs +++ b/src/Plugins/BotSharp.Plugin.AnthropicAI/AnthropicPlugin.cs @@ -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) {