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