namespace BotSharp.Plugin.MetaAI.Settings; public class MetaAiSettings { public fastTextSetting fastText { get; set; } = new(); }