namespace BotSharp.Plugin.Qdrant; public class QdrantSetting { public string Url { get; set; } public string ApiKey { get; set; } }