namespace BotSharp.Plugin.GoogleAI.Settings; public class GoogleAiSettings { public PaLMSetting PaLM { get; set; } }