namespace BotSharp.Abstraction.Conversations.Settings; public class ConversationSetting { public string ChatCompletion { get; set; } public bool EnableKnowledgeBase { get; set; } }